7 lines
68 B
Bash
7 lines
68 B
Bash
#!/bin/sh
|
|
|
|
#set -o errexit
|
|
#set -o pipefail
|
|
#set -o nounset
|
|
|
|
ls -lA |