From 8c8fa188571bba37109e3ae7664d312abcee4c77 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 20 May 2013 00:21:12 +0200 Subject: Add pt script The `pt' script is used to add a command-line interface to the `project-template' module. It runs the `pt-create-project-from-template' function, passing along the first and second arguments. --- pt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 pt diff --git a/pt b/pt new file mode 100755 index 0000000..edbc522 --- /dev/null +++ b/pt @@ -0,0 +1,9 @@ +#!/bin/sh + +if [ "${#@}" -lt 2 ]; then + echo "Usage: $0