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