7 lines
50 B
Bash
Executable File
7 lines
50 B
Bash
Executable File
#!/bin/bash
|
|
ll
|
|
ls
|
|
la
|
|
echo "list of biniries"
|
|
exit
|