4 lines
26 B
Plaintext
4 lines
26 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
ls -lha "$@"
|