diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-08-30 01:04:36 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-08-30 01:04:36 +0400 |
commit | 2762a6212e089ca1b3e1a4e241a5be299c7c1dee (patch) | |
tree | c209bbe2314f28c26f88793a7e1e0678df8f69ab /scripts/shot | |
parent | c6b35b5782c17834f590957c9169267f8f26ed06 (diff) |
fix(scripts): update file paths for new directory layout
Diffstat (limited to 'scripts/shot')
-rwxr-xr-x | scripts/shot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/shot b/scripts/shot index dc1de87..7404943 100755 --- a/scripts/shot +++ b/scripts/shot @@ -10,7 +10,7 @@ options: -s Select the area with the cursor -h Print this message and exit -NOTE: save directory is ~/pics/screenshots +NOTE: save directory is ~/pics/screenshot EOF exit 0 @@ -18,7 +18,7 @@ exit 0 check_program "scrot" -default_dir="${HOME}"/pics/screenshots +default_dir="${HOME}"/pics/screenshot s_flg="" while getopts "d:sh" option; do |