diff options
Diffstat (limited to 'main.fish')
| -rwxr-xr-x | main.fish | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,6 +18,11 @@ if test "$argv[1]" = shell exit end +if test "$argv[1]" = screenshot + ./screenshot.fish $argv[2..] + exit +end + if test "$argv[1]" = workspace-action ./workspace-action.sh $argv[2..] exit |