3a246c71cd
added unlocku to alias added new way better copy module/function based on rsync copies local and remote
5 lines
No EOL
162 B
Bash
Executable file
5 lines
No EOL
162 B
Bash
Executable file
#!/bin/bash
|
|
module_load minimize
|
|
pushd "$(dirname $(realpath "${BASH_SOURCE:-$0}"))" &> /dev/null || exit
|
|
minimize module.base.src module.base
|
|
popd &> /dev/null |