show files after init

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2020-06-09 19:26:51 +02:00
parent a792048dfe
commit deeef7edc5

View File

@ -868,6 +868,8 @@ bot_init() {
find . -name '*.jssh' -exec chmod u+w \{\} +
#ls -la
fi
# show result
ls -l
}
if ! _is_function send_message ; then