Utils scripts
This commit is contained in:
16
init.sh
Normal file
16
init.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm pits.db
|
||||
python3.6 pits.py init
|
||||
python3.6 pits.py p -c 'one'
|
||||
python3.6 pits.py p -c 'two'
|
||||
python3.6 pits.py t -c 'test task one'
|
||||
python3.6 pits.py t -c 'test task two'
|
||||
python3.6 pits.py n -c 'test note one'
|
||||
python3.6 pits.py n -c 'test note two'
|
||||
|
||||
python3.6 pits.py p -e -s 'new status' -n 'new name'
|
||||
python3.6 pits.py p -e -n 'second name'
|
||||
|
||||
python3.6 pits.py t -e -n 'new task name'
|
||||
python3.6 pits.py t -e -n 'second name' -p 'high' -s 'wip'
|
||||
Reference in New Issue
Block a user