diff options
-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 |