mirror of
https://github.com/plebbit/seedit.git
synced 2026-05-24 16:50:31 -04:00
5 lines
126 B
Bash
Executable File
5 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
|
|
repo_root="$(cd "$(dirname "$0")/../.." && pwd)"
|
|
exec "$repo_root/scripts/agent-hooks/sync-git-branches.sh" "$@"
|