6 lines
74 B
Bash
6 lines
74 B
Bash
#!/usr/bin/env sh
|
|
# DEPENDS ON: NONE
|
|
|
|
buser() {
|
|
printf "%s" "$USER"
|
|
}
|