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