qfedu-linux-advanced-level/day1/d4.sh

5 lines
67 B
Bash
Raw Permalink Normal View History

2023-08-14 15:53:04 +08:00
# no bash interpreter
echo "--mkdir abc--"
mkdir abc
echo "--ok--"