1
0
Fork 0
mirror of https://github.com/archtechx/todo-system.git synced 2025-12-12 17:14:03 +00:00
todo-system/samples/README.md

380 B

Some project

foo

bar

Some section

abc

def

  • foo
    • baz
  • baz

TODOs

  • abc
    • todo0 def
    • todo00: ghi
  • bar
    • baz

Another section

  • abc
  • def
    #!/bin/bash
    
    # call foo with bar argument
    foo bar
    #comment without space
    

#Example script:

#!/bin/bash

# call foo with bar argument
foo bar

#comment without space