move cmd into cmd/http as subcommand
All checks were successful
cicd / cicd (push) Successful in 44s
All checks were successful
cicd / cicd (push) Successful in 44s
This commit is contained in:
13
cmd/http/draw.sh
Normal file
13
cmd/http/draw.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#! /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/*
|
||||
Reference in New Issue
Block a user