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