Advertisement
ctbrec

ctbrec vcs pp script

Jun 27th, 2020
2,897
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # $1 directory (absolute path)
  4. # $2 file (absolute path)
  5. # $3 model name
  6. # $4 site name
  7. # $5 unixtime
  8.  
  9. VCS=/tmp/vcs-1.13.4/vcs
  10. export TERM=linux
  11.  
  12. $VCS -j -u 0xb00bface -c 6 -n 30 -H 180 "$2" -o "$2.jpg" >/tmp/vcs.log 2>&1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement