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