6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
HN=$1
|
||
|
U=${2:-glenda}
|
||
|
drawterm -a $HN -p -h $HN -u $U -c rio -i riostart
|