4 lines
34 B
Bash
4 lines
34 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
whoami
|
#!/usr/bin/env bash
|
|
set -e
|
|
whoami
|