Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
if (3 < 5) echo '3 is less than 5'
|
||||
if ({ grep -q ^root: /etc/passwd }) echo 'passwd has root'
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
if (4 >= 6) then
|
||||
echo '4 is greater than or equal to 6'
|
||||
else if (4 < 6) then
|
||||
echo '4 is less than 6'
|
||||
else
|
||||
echo '4 compares not to 6'
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue