Guest User

Untitled

a guest
Mar 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. function swap(){ mv $1 $1._tmp && mv $2 $1 && mv $1._tmp $2; }
  2. function alterpdf(){ swap titlepage_$1.pdf titlepage_$2.pdf; }
Add Comment
Please, Sign In to add comment