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