diff options
Diffstat (limited to '')
| -rwxr-xr-x | scripts/commands/:work-start | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/commands/:work-start b/scripts/commands/:work-start new file mode 100755 index 0000000..5603a8b --- /dev/null +++ b/scripts/commands/:work-start @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +if (ponos start work); then + notify-send "Started 'work' block"; +else + notify-send -u critical "Something went wrong"; +fi; |
