tweaks on several shell utilities

This commit is contained in:
2024-11-19 18:59:30 -05:00
parent 590e715613
commit 836f24d416
6 changed files with 12 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ in
fi
}
grimblast() {
if grimblast "$@"; then
if command grimblast "$@"; then
${shellsound} ${sndpath}/screenshot.wav
fi
}