mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 04:30:57 +01:00
* Fix auto-updates of RobustToolbox on Windows * Also fix hooks * Upgrade version of hooks in git_helper script
8 lines
112 B
Bash
Executable File
8 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
|
|
gitroot=`git rev-parse --show-toplevel`
|
|
|
|
cd "$gitroot/BuildChecker"
|
|
|
|
python3 git_helper.py --quiet
|