7 lines
96 B
Text
7 lines
96 B
Text
|
#!/bin/bash
|
||
|
|
||
|
# Example help command for MM Shell Bot
|
||
|
|
||
|
echo "List of available commands:"
|
||
|
echo *
|