8 lines
No EOL
79 B
Bash
Executable file
8 lines
No EOL
79 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
name () {
|
|
username=$(whoami)
|
|
echo ${username^}
|
|
}
|
|
|
|
name |