9833f81007
Trying this, time to see if it works.
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
|
|
" |