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 | b3ea2775de8167889568d97c89664b2896970b26 (patch) | |
tree | 6fb194d85ec633e3fd718bdb656cc0a90b51f680 | |
parent | 1a26823f2e9ecf9c768a99dc8956f7d16e7b8bfc (diff) |
//Reaktr/command/rev: initial commit
-rwxr-xr-x | commands/rev | 2 | ||||
l--------- | public_commands/rev | 1 |
2 files changed, 3 insertions, 0 deletions
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 |