diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-05-25 03:51:59 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-05-25 03:51:59 -0500 |
| commit | 5fe2a8062c10a56cab6c6552a64cedb3353fb55d (patch) | |
| tree | b06ba284009b433ac5e10201016883f3c5b70817 /fetch.sh | |
| parent | d4e34ad096cfc15b9c537463dd3c08becc5dc84e (diff) | |
var fix
Diffstat (limited to 'fetch.sh')
| -rwxr-xr-x | fetch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ if [ "$1" ]; then printf -- "insert into ytlist values('%s','%s','')" "$(head -n $i $file | tail -n 1 | sed "s/'/''/g" | sed "s/----/','/g" )" "$2" printf "\n" printf -- "insert into ytlist values('%s','%s','')" "$(head -n $i $file | tail -n 1 | sed "s/'/''/g" | sed "s/----/','/g" )" "$2" | sqlite3 ./youtube_stuffs.db - printf "insert: %s\n" "%i" + printf "insert: %s\n" "$i" i=$((i+1)) if [ $i -gt $max ]; then break |
