mirror of
https://github.com/archtechx/todo-system.git
synced 2025-12-12 00:54:03 +00:00
380 B
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