From 6a9dd4e396eaec5a4a63cf74feaab208fd9ff80c Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Tue, 2 Jul 2013 14:39:57 +1000 Subject: [PATCH] added touch command --- touch.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 touch.json diff --git a/touch.json b/touch.json new file mode 100644 index 0000000000..579b721808 --- /dev/null +++ b/touch.json @@ -0,0 +1,5 @@ +{ + "version": "2013-07-02", + "url": "https://raw.github.com/lukesampson/psutils/master/touch.ps1", + "bin": "touch.ps1" +} \ No newline at end of file