bsh project
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
if `echo true`; then
|
||||
echo ok
|
||||
fi
|
||||
`echo false`
|
||||
@@ -0,0 +1,3 @@
|
||||
if $(echo true); then
|
||||
echo ok
|
||||
fi
|
||||
@@ -0,0 +1,3 @@
|
||||
while $(echo false); do
|
||||
echo nope
|
||||
done
|
||||
Reference in New Issue
Block a user