Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #!/bin/bash
  2. if [ $# -lt 1 ]; then
  3. echo "Introduceti contul (ex: nume.prenume):"
  4. read username
  5. else
  6. username=$1
  7. fi
  8. scp ./p1.c ./p2.c ./p3.c $username@fenrir.info.uaic.ro:~/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement