Advertisement
Guest User

Untitled

a guest
Mar 15th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ##samp.txt
  2. test.py test.conf
  3. dev.py dev.conf
  4.  
  5. #samp.sh
  6. OLDIFS=$IFS; IFS=$'n';for file in $(cat samp.txt) ;
  7. do
  8. text="$file -c $1 -s $2 -t $3"
  9. out=`python $text`
  10.  
  11. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement