mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 01:15:13 +01:00
6 lines
141 B
Bash
Executable File
6 lines
141 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Just call post-checkout since it does the same thing.
|
|
gitroot=$(git rev-parse --git-path hooks)
|
|
bash "$gitroot/post-checkout"
|