test2.sh 264 B

12345678
  1. #!/bin/bash
  2. # menu_plugin
  3. PLUGIN_NAME="Hello World Plugin (dependency, do not use)"
  4. PLUGIN_FUNCTION="Print a hello world message"
  5. PLUGIN_DESCRIPTION="The friendliest murkmod plugin you'll ever see."
  6. PLUGIN_AUTHOR="rainestorme"
  7. PLUGIN_VERSION=1
  8. echo "Hello, World!"