Add t macro to more easily manage tasks
This commit is contained in:
parent
25f7386c94
commit
2756760426
1 changed files with 5 additions and 0 deletions
5
bin/t
Executable file
5
bin/t
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
clear
|
||||||
|
task "$@"
|
||||||
|
task
|
Loading…
Reference in a new issue