mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-26 13:49:18 +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"
|