aboutsummaryrefslogtreecommitdiff
path: root/watch.sh
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-05-24 01:25:07 -0500
committericeyrazor <iceyrazor@mailfence.com>2026-05-24 01:25:07 -0500
commitd4e34ad096cfc15b9c537463dd3c08becc5dc84e (patch)
tree5f5a90c64a4cc07898f5a6579538fb985b5686fb /watch.sh
parent431ffd2edf3d52bbe8b7999dbd4f771d236fa065 (diff)
posix shell changes
removed ls | grep fixed miss spelled word
Diffstat (limited to 'watch.sh')
-rwxr-xr-xwatch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch.sh b/watch.sh
index 2b0b318..dbdf218 100755
--- a/watch.sh
+++ b/watch.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
while :; do
clear
sqlite3 --markdown ./youtube_stuffs.db 'select * from ytlist order by rowid desc limit 30;'