2015-11-23 17:08:20 +03:00
|
|
|
#!/bin/sh
|
2015-12-02 23:20:29 +03:00
|
|
|
echo "SETDESC testing spine, type whatever
|
|
|
|
SETPROMPT whatever:
|
|
|
|
GETPIN
|
2016-02-07 16:49:31 +03:00
|
|
|
SETDESC type more of whatever:
|
|
|
|
GETPIN
|
2015-12-02 23:20:29 +03:00
|
|
|
SETDESC testing confirmation
|
|
|
|
confirm
|
|
|
|
BYE" | ./spine
|