chore(bash): remove redundant bash script

This commit is contained in:
Micheal Wilkinson
2026-03-20 13:06:46 +00:00
parent 484db0781b
commit a6034ce470

View File

@@ -1,11 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
repo_root="$(cd "$script_dir/.." && pwd)"
if [[ -x "$repo_root/dist/gosick" ]]; then
exec "$repo_root/dist/gosick" "$@"
fi
exec go run "$repo_root/cmd/homesick" "$@"