mirror of
https://github.com/A2osX/A2osX.git
synced 2024-12-27 02:32:51 +00:00
Make so Remy can see SH changes.
This commit is contained in:
parent
272debc1a3
commit
59b6971432
Binary file not shown.
Binary file not shown.
@ -45,12 +45,12 @@ ELSE
|
||||
ECHO "\nPress Return to redisplay menu"
|
||||
PAUSE
|
||||
ELSE
|
||||
# IF [ $Z = "6" ]
|
||||
# ELSE
|
||||
# IF [ $Z = "7" ]
|
||||
# ELSE
|
||||
# IF [ $Z = "8" ]
|
||||
# ELSE
|
||||
IF [ $Z = "6" ]
|
||||
ELSE
|
||||
IF [ $Z = "7" ]
|
||||
ELSE
|
||||
IF [ $Z = "8" ]
|
||||
ELSE
|
||||
IF [ $Z = "9" ]
|
||||
PUSHD
|
||||
CD ../TESTS
|
||||
@ -61,9 +61,9 @@ ELSE
|
||||
SET MENULOOP = 0
|
||||
ELSE
|
||||
ECHO "\n\nInvalid Selection\n"
|
||||
# FI
|
||||
# FI
|
||||
# FI
|
||||
FI
|
||||
FI
|
||||
FI
|
||||
FI
|
||||
FI
|
||||
FI
|
||||
|
@ -10,6 +10,9 @@ echo "Y for Yes and N for No. Return (blank or empty) will mean NO."
|
||||
echo "\n\n"
|
||||
READ -P "Press Return to start tests" Z
|
||||
#Clear Screen Test
|
||||
IF [ -Z $T ]
|
||||
SET T = 0
|
||||
FI
|
||||
SET T = $T + 1
|
||||
echo \f
|
||||
echo \n
|
||||
|
@ -8,18 +8,24 @@ AUTO 4,1
|
||||
#
|
||||
ECHO "\n\nBasic READ and IF Testing\n\n"
|
||||
READ -P "Please type and A and press return: " Z
|
||||
ECHO
|
||||
ECHO "\nYou typed: $Z\n"
|
||||
IF [ $Z = "A" ]
|
||||
ECHO "Test Passed First IF"
|
||||
ECHO
|
||||
ELSE
|
||||
ECHO "Test Failed First IF"
|
||||
ECHO
|
||||
FI
|
||||
READ -P "Please type and 1 and press return: " Z
|
||||
ECHO
|
||||
ECHO "\nYou typed: $Z\n"
|
||||
IF [ $Z = "1" ]
|
||||
ECHO "Test Passed Second IF"
|
||||
ECHO
|
||||
ELSE
|
||||
ECHO "Test Failed Second IF"
|
||||
ECHO
|
||||
FI
|
||||
MAN
|
||||
TEXT /MAKE/USR/SHARE/TESTS/READIF
|
||||
|
Loading…
Reference in New Issue
Block a user