mirror of
https://github.com/neingeist/docker-mod-openssh-server-tweaks.git
synced 2025-06-09 12:20:01 +02:00
4 lines
51 B
Text
4 lines
51 B
Text
|
#!/usr/bin/with-contenv bash
|
||
|
echo "I am $0"
|
||
|
exit 0
|