3 lines
33 B
Bash
3 lines
33 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
whoami |
#!/usr/bin/env bash
|
|
set -e
|
|
whoami |