diff options
author | tv <tv@xso> | 2011-09-06 20:45:18 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-09-06 20:45:18 +0200 |
commit | 5edb9c8d31a1ae452558a1b1c7d7eb2a269bb40e (patch) | |
tree | c2b7a40a7d1959e2fc94ba41021aeb0f4c7e173e | |
parent | c089c06ba3c253095620235eccd7159095e77adf (diff) |
//Reaktr/command/rev: initial commit
-rwxr-xr-x | Reaktor/commands/rev | 2 | ||||
l--------- | Reaktor/public_commands/rev | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Reaktor/commands/rev b/Reaktor/commands/rev new file mode 100755 index 00000000..9964fe3f --- /dev/null +++ b/Reaktor/commands/rev @@ -0,0 +1,2 @@ +#! /bin/sh +git rev-parse --short HEAD diff --git a/Reaktor/public_commands/rev b/Reaktor/public_commands/rev new file mode 120000 index 00000000..f5433412 --- /dev/null +++ b/Reaktor/public_commands/rev @@ -0,0 +1 @@ +../commands/rev
\ No newline at end of file |