mirror of
https://github.com/Ascyii/scripts.git
synced 2026-01-01 04:44:24 -05:00
Init
This commit is contained in:
10
shell/pomodoro_wrapper.sh
Executable file
10
shell/pomodoro_wrapper.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Starting pomodoro timer
|
||||
~/bin/tomatoshell $1
|
||||
|
||||
# When started without argument, then clear the console (make it visible again)
|
||||
if [ "$#" -eq 0 ]; then
|
||||
tput reset
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user