Add t macro to more easily manage tasks

This commit is contained in:
Talia 2023-11-28 09:44:54 +01:00
parent 25f7386c94
commit 2756760426
1 changed files with 5 additions and 0 deletions

5
bin/t Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
clear
task "$@"
task