shell-base/make-module-base
David Kebler 3a246c71cd use which instead of command -v
added unlocku to alias
added new way better copy module/function based on rsync
  copies local and remote
2024-03-01 15:01:47 -08:00

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