]> iEval git - gruntmaster-data.git/blobdiff - gm
Replace gruntmaster-* scripts with App::Cmd-based gm
[gruntmaster-data.git] / gm
diff --git a/gm b/gm
new file mode 100755 (executable)
index 0000000..bf51ee3
--- /dev/null
+++ b/gm
@@ -0,0 +1,7 @@
+#!/usr/bin/perl
+use v5.14;
+use warnings;
+
+use Gruntmaster::App;
+
+Gruntmaster::App->run
This page took 0.017918 seconds and 4 git commands to generate.