From 15e3c6f69b319d67caa01daeac8f9ddf5892067e Mon Sep 17 00:00:00 2001 From: bel Date: Sat, 28 Oct 2023 09:36:39 -0600 Subject: [PATCH] denest cmd --- cmd/bpi.dat | 1 + cmd/{http => }/draw.sh | 0 cmd/http/bpi.dat | 1 - cmd/http/macro.d | 1 - cmd/http/moolah.dat | 1 - cmd/macro.d | 1 + cmd/{http => }/main.go | 0 cmd/moolah.dat | 1 + cmd/{http => }/public/explore.html | 0 cmd/{http => }/public/index.html | 0 cmd/{http => }/public/transactions.html | 0 11 files changed, 3 insertions(+), 3 deletions(-) create mode 120000 cmd/bpi.dat rename cmd/{http => }/draw.sh (100%) delete mode 120000 cmd/http/bpi.dat delete mode 120000 cmd/http/macro.d delete mode 120000 cmd/http/moolah.dat create mode 120000 cmd/macro.d rename cmd/{http => }/main.go (100%) create mode 120000 cmd/moolah.dat rename cmd/{http => }/public/explore.html (100%) rename cmd/{http => }/public/index.html (100%) rename cmd/{http => }/public/transactions.html (100%) diff --git a/cmd/bpi.dat b/cmd/bpi.dat new file mode 120000 index 0000000..0763cc5 --- /dev/null +++ b/cmd/bpi.dat @@ -0,0 +1 @@ +../../../../../Sync/Core/ledger/bpi.dat \ No newline at end of file diff --git a/cmd/http/draw.sh b/cmd/draw.sh similarity index 100% rename from cmd/http/draw.sh rename to cmd/draw.sh diff --git a/cmd/http/bpi.dat b/cmd/http/bpi.dat deleted file mode 120000 index f5da145..0000000 --- a/cmd/http/bpi.dat +++ /dev/null @@ -1 +0,0 @@ -../../../../../../Sync/Core/ledger/bpi.dat \ No newline at end of file diff --git a/cmd/http/macro.d b/cmd/http/macro.d deleted file mode 120000 index 989c51c..0000000 --- a/cmd/http/macro.d +++ /dev/null @@ -1 +0,0 @@ -../../../../../../Sync/Core/ledger/eras/2022-/ \ No newline at end of file diff --git a/cmd/http/moolah.dat b/cmd/http/moolah.dat deleted file mode 120000 index f1b571b..0000000 --- a/cmd/http/moolah.dat +++ /dev/null @@ -1 +0,0 @@ -../../../../../../Sync/Core/tmp/moolah.dat \ No newline at end of file diff --git a/cmd/macro.d b/cmd/macro.d new file mode 120000 index 0000000..9783d22 --- /dev/null +++ b/cmd/macro.d @@ -0,0 +1 @@ +../../../../../Sync/Core/ledger/eras/2022- \ No newline at end of file diff --git a/cmd/http/main.go b/cmd/main.go similarity index 100% rename from cmd/http/main.go rename to cmd/main.go diff --git a/cmd/moolah.dat b/cmd/moolah.dat new file mode 120000 index 0000000..2e7a52c --- /dev/null +++ b/cmd/moolah.dat @@ -0,0 +1 @@ +../../../../../Sync/Core/tmp/moolah.dat \ No newline at end of file diff --git a/cmd/http/public/explore.html b/cmd/public/explore.html similarity index 100% rename from cmd/http/public/explore.html rename to cmd/public/explore.html diff --git a/cmd/http/public/index.html b/cmd/public/index.html similarity index 100% rename from cmd/http/public/index.html rename to cmd/public/index.html diff --git a/cmd/http/public/transactions.html b/cmd/public/transactions.html similarity index 100% rename from cmd/http/public/transactions.html rename to cmd/public/transactions.html