summaryrefslogtreecommitdiff
path: root/library/bin/uuid
blob: e9f3fe33a89b94cf72d2a789023504329738faf1 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env sh
SRC_DIR="`pwd`"
cd "`dirname "$0"`"
cd "../rhumsaa/uuid/bin"
BIN_TARGET="`pwd`/uuid"
cd "$SRC_DIR"
"$BIN_TARGET" "$@"