mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-19 14:57:04 +00:00
This patch contains minor bash style fixes to test/t-04-aliases, for readability and consistency.
7 lines
225 B
Bash
Executable File
7 lines
225 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/chasquid-util.go -C=. "$@"
|