blob: 35d32bc969c77672218bb415937787cb50ab8e0a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
echo "SETDESC testing spine, type whatever
SETPROMPT whatever:
GETPIN
SETDESC type more of whatever:
GETPIN
SETDESC testing confirmation
confirm
BYE" | ./spine
|