3 lines
70 B
Bash
Executable file
3 lines
70 B
Bash
Executable file
#!/usr/bin/env bash
|
|
source ~/bin/studentvars
|
|
scp -r $UW_SERVER:$1 $2
|