mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-19 14:57:04 +00:00
7 lines
209 B
Bash
Executable File
7 lines
209 B
Bash
Executable File
#!/bin/bash
|
|
# Wrapper so chamuyero scripts can invoke chasquid-util for testing.
|
|
|
|
# Run from the config directory because data_dir is relative.
|
|
cd config || exit 1
|
|
go run ../../../cmd/chasquid-util/ -C=. "$@"
|