Guest User

Untitled

a guest
May 25th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. UIO="login.ifi.uio.no"
  4.  
  5. eval file=\$$#
  6. scp "$file" $UIO:"$file"
  7. ssh $UIO "print $@"
  8. ssh $UIO "rm $file"
Add Comment
Please, Sign In to add comment