From ef5f9e34fe30c13a1fa3ce2999819da3b0773bce Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:58:50 +1100 Subject: screenshot script --- main.fish | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main.fish') diff --git a/main.fish b/main.fish index 41fd6a3..9481407 100755 --- a/main.fish +++ b/main.fish @@ -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 -- cgit v1.2.3-freya