diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-06-11 19:33:42 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-06-11 19:33:42 +0100 |
commit | e793964782235c181c734eb4ab91834aa8469b9d (patch) | |
tree | 377789273de76307bbcce9d413997183cabe13e0 | |
parent | 958c904645796b3582ea3bb4ca5c8f2e4c045bbd (diff) |
Switch from bash to sh
-rwxr-xr-x | .local/bin/screenshot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/screenshot.sh b/.local/bin/screenshot.sh index cc9d3a6..4887d6e 100755 --- a/.local/bin/screenshot.sh +++ b/.local/bin/screenshot.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh case $1 in selected-region) |