diff options
author | Guillermo Ramos | 2021-07-29 20:38:16 +0200 |
---|---|---|
committer | Guillermo Ramos | 2021-07-29 20:38:16 +0200 |
commit | e8cf241594e263767794e36c005c35a8b72a9856 (patch) | |
tree | ab345b1b143ced32d6106eede5fae594db8b3917 /gromo | |
parent | 326a7017bc08f08cdceee369b7b99d563230365c (diff) | |
download | cli-e8cf241594e263767794e36c005c35a8b72a9856.tar.gz |
Remove useless message
Diffstat (limited to 'gromo')
-rwxr-xr-x | gromo | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -33,7 +33,6 @@ while true; do (sleep $STOP_SECONDS && mpv --no-terminal "$DING_FILE") & slock - echo $seconds if [ $seconds -lt 60 ]; then gromo_time="$seconds seconds" elif [ $seconds -lt 3600 ]; then |