mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-06 01:07:32 +00:00
7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
|
#!/BIN/SHELL
|
||
|
ECHO Read Test
|
||
|
ECHO "Current Value of TVar is ${TVar}"
|
||
|
READ -P "Enter your name: " TVar
|
||
|
Echo "New TVar is ${TVar} "
|
||
|
Echo "End Test"
|