diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-05-24 01:25:07 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-05-24 01:25:07 -0500 |
| commit | d4e34ad096cfc15b9c537463dd3c08becc5dc84e (patch) | |
| tree | 5f5a90c64a4cc07898f5a6579538fb985b5686fb /watch.sh | |
| parent | 431ffd2edf3d52bbe8b7999dbd4f771d236fa065 (diff) | |
posix shell changes
removed ls | grep
fixed miss spelled word
Diffstat (limited to 'watch.sh')
| -rwxr-xr-x | watch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;' |
