4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
|
case "$machine" in
|
||
|
alpha*) base_machine=alpha machine=alpha/$machine ;;
|
||
|
esac
|