5 lines
66 B
Bash
Executable file
5 lines
66 B
Bash
Executable file
#!/usr/bin/zsh
|
|
source ~/bin/studentvars
|
|
ssh $UW_SERVER -t 'zsh'
|
|
|
|
|