5 lines
99 B
Bash
Executable file
5 lines
99 B
Bash
Executable file
#!/usr/bin/env bash
|
|
source ~/bin/studentvars
|
|
mkdir -p ~/studentenv
|
|
sshfs $UW_SERVER: ~/studentenv
|
|
|