ew code
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
#! /bin/bash
|
||||
|
||||
cd "$(dirname "$(realpath "$BASH_SOURCE")")"
|
||||
go run . -http=:8080 -foo reg -like-after 1023-08 -group-date ^....-.. -group-name '^[^:]*:[^:]*' -like-name '(AssetAccount|Stock|Retirement)' macro.d/*
|
||||
go run . -http=:8080 \
|
||||
-foo reg \
|
||||
-like-after 1023-08 \
|
||||
-group-date ^....-.. \
|
||||
-group-name '^[^:]*:[^:]*' \
|
||||
-like-name '(AssetAccount|Retirement)' \
|
||||
"$@" \
|
||||
macro.d/*
|
||||
|
||||
Reference in New Issue
Block a user