5 lines
67 B
Bash
5 lines
67 B
Bash
|
# no bash interpreter
|
||
|
|
||
|
echo "--mkdir abc--"
|
||
|
mkdir abc
|
||
|
echo "--ok--"
|