ソースを参照

save-to-eye: stop if stop file is present

master
Ivan Kozik 1ヶ月前
コミット
220db19dd6
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      save-to-eye

+ 5
- 0
save-to-eye ファイルの表示

@@ -35,6 +35,11 @@ cat ~/eye-control/download-parallelism || echo -n 50 > ~/eye-control/download-pa
mkdir -p -- "$complete_dir"

while read i; do
if [[ -f ~/eye-control/stop ]]; then
echo "exiting because stop file is present"
exit 1
fi

echo -E $i

eye_path=$(path-to-eye-path "$i" | sed -r "s,$HOME/stash/,,g")


読み込み中…
キャンセル
保存