From b3ea2775de8167889568d97c89664b2896970b26 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 6 Sep 2011 20:45:18 +0200 Subject: //Reaktr/command/rev: initial commit --- commands/rev | 2 ++ public_commands/rev | 1 + 2 files changed, 3 insertions(+) create mode 100755 commands/rev create mode 120000 public_commands/rev diff --git a/commands/rev b/commands/rev new file mode 100755 index 0000000..9964fe3 --- /dev/null +++ b/commands/rev @@ -0,0 +1,2 @@ +#! /bin/sh +git rev-parse --short HEAD diff --git a/public_commands/rev b/public_commands/rev new file mode 120000 index 0000000..f543341 --- /dev/null +++ b/public_commands/rev @@ -0,0 +1 @@ +../commands/rev \ No newline at end of file -- cgit v1.2.3