9 lines
170 B
Bash
Executable file
9 lines
170 B
Bash
Executable file
#!/bin/sh
|
|
echo "SETDESC testing spine, type whatever
|
|
SETPROMPT whatever:
|
|
GETPIN
|
|
SETDESC type more of whatever:
|
|
GETPIN
|
|
SETDESC testing confirmation
|
|
confirm
|
|
BYE" | ./spine
|