13 lines
266 B
Bash
13 lines
266 B
Bash
#! /bin/bash
|
|
|
|
cd "$(dirname "$(realpath "$BASH_SOURCE")")"
|
|
go run . -http=:8081 \
|
|
-foo reg \
|
|
-like-after 1023-08 \
|
|
-group-date ^....-.. \
|
|
-group-name '^[^:]*:[^:]*' \
|
|
-like-name '(AssetAccount|Retirement)' \
|
|
-bpi ./bpi.dat \
|
|
"$@" \
|
|
macro.d/*
|