94d0aa5d7d
This reverts commit 815ca55d1f
.
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
|
|
" |