5 lines
67 B
Bash
5 lines
67 B
Bash
|
#!/bin/bash
|
||
|
echo "welcome"
|
||
|
ls
|
||
|
echo "this is the whole list of dir"
|