mirror of
https://github.com/envmodules/modules.git
synced 2026-06-07 00:25:05 +08:00
5 lines
163 B
Bash
5 lines
163 B
Bash
#!/bin/bash
|
|
export FOOENV="$1"
|
|
export PATH=$(dirname $BASH_SOURCE)/bin:$PATH
|
|
alias foo='foobin -q -l'
|