4 lines
95 B
Bash
4 lines
95 B
Bash
#!/usr/bin/env bash
|
|
|
|
echo "Hello, your name is ${1:-no name provided in first argument}"
|
|
ls -A
|