mirror of
https://github.com/theniceboy/.config.git
synced 2026-05-08 23:54:57 +08:00
agent tracker + tmux update
This commit is contained in:
parent
cd9c92b1c2
commit
5064629d61
68 changed files with 15041 additions and 3483 deletions
12
bin/agent
Executable file
12
bin/agent
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
ROOT="$HOME/.config/agent-tracker"
|
||||
BIN="$ROOT/bin/agent"
|
||||
|
||||
if [[ ! -x "$BIN" ]]; then
|
||||
echo "agent binary not found at $BIN; run ~/.config/agent-tracker/install.sh first" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
exec "$BIN" "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue