Fix linting issues in scripts
This commit is contained in:
parent
e3d5f15c00
commit
c4952aad8f
7 changed files with 17 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue