3 lines
101 B
Bash
Executable file
3 lines
101 B
Bash
Executable file
#!/bin/bash
|
|
module_load distro
|
|
ln -s $BASH_SHELL_HOST/distro/$(get_distro) $BASH_SHELL_HOSTNAME/load
|