Fix linting issues in scripts

This commit is contained in:
Ohad Livne 2025-06-04 22:46:01 +03:00
parent e3d5f15c00
commit c4952aad8f
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
7 changed files with 17 additions and 13 deletions

View file

@ -20,11 +20,11 @@ ts() {
}
screenshot_filename() {
echo ~/Pictures/screenshots/screenshot-$(ts).png
echo ~/Pictures/screenshots/screenshot-"$(ts)".png
}
recording_filename() {
echo ~/Pictures/screenshots/recording-$(ts).mp4
echo ~/Pictures/screenshots/recording-"$(ts)".mp4
}
if [ -z "$1" ]; then