mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2025-01-03 14:47:23 +00:00
11 lines
269 B
Bash
11 lines
269 B
Bash
|
#!/usr/bin/env bash
|
||
|
#### $$VERSION$$ 0.70-dev-11-g41b8e69
|
||
|
|
||
|
# magic to ensure that we're always inside the root of our application,
|
||
|
# no matter from which directory we'll run script
|
||
|
GIT_DIR=$(git rev-parse --git-dir)
|
||
|
cd "$GIT_DIR/.." || exit 1
|
||
|
|
||
|
dev/hooks/pre-commit.sh
|
||
|
|