Advertisement
Ri0n

batchrunner.sh

Oct 27th, 2016
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #!/bin/bash
  2. for i in `ls *.zip.cfg`
  3. do
  4. echo "Editing $i ..."
  5. ./1080p_to_720p.sh "$i"
  6. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement