diff --git a/bashbot.sh b/bashbot.sh index a1555c7..45abe09 100755 --- a/bashbot.sh +++ b/bashbot.sh @@ -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