Files
scripts/shell/pomodoro_wrapper.sh
2025-09-18 11:35:56 +02:00

11 lines
189 B
Bash
Executable File

#!/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