8 lines
162 B
Bash
Executable file
8 lines
162 B
Bash
Executable file
#!/run/current-system/sw/bin/bash
|
|
if [ $# -eq 0 ]
|
|
then
|
|
~/.local/share/hm-result/activate
|
|
else
|
|
~/.local/share/hm-result/specialization/$1/activate
|
|
fi
|