3 lines
56 B
Bash
3 lines
56 B
Bash
|
export USER_ID=$(id -u $USER)
|
||
|
export GID=$(id -g $USER)
|