dotfiles/bin/studentcpyinto
Naman Sood bd98b8a308 changes
Signed-off-by: Naman Sood <mail@nsood.in>
2023-01-16 12:32:25 -05:00

5 lines
131 B
Bash
Executable file

#!/usr/bin/env bash
source ~/bin/studentvars
allargsexceptlast=${@:1:$(($#-1))}
last=${!#}
scp $allargsexceptlast $UW_SERVER:$last