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

45 lines
380 B
Markdown

# 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
```