5 lines
32 B
Bash
Executable file
5 lines
32 B
Bash
Executable file
#!/bin/sh
|
|
|
|
clear
|
|
task "$@"
|
|
task
|