11 lines
196 B
Plaintext
11 lines
196 B
Plaintext
|
#!/usr/bin/with-contenv sh
|
||
|
|
||
|
echo "
|
||
|
UID/GID
|
||
|
---------------------------------------
|
||
|
User uid: $(id -u abc)
|
||
|
User gid: $(id -g abc)
|
||
|
---------------------------------------
|
||
|
|
||
|
Image Made By: MrTyton
|
||
|
"
|