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