From ad7194c40679fc012322ab1c24dae105248ac8de Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Wed, 8 Feb 2023 13:38:10 -0700 Subject: [PATCH] xin: move scripts into bin dir --- .envrc | 2 ++ ci => bin/ci | 0 deploy => bin/deploy | 0 fmt => bin/fmt | 0 mkboot => bin/mkboot | 0 5 files changed, 2 insertions(+) rename ci => bin/ci (100%) rename deploy => bin/deploy (100%) rename fmt => bin/fmt (100%) rename mkboot => bin/mkboot (100%) diff --git a/.envrc b/.envrc index 3550a30..84e97fa 100644 --- a/.envrc +++ b/.envrc @@ -1 +1,3 @@ use flake + +PATH_add ./bin diff --git a/ci b/bin/ci similarity index 100% rename from ci rename to bin/ci diff --git a/deploy b/bin/deploy similarity index 100% rename from deploy rename to bin/deploy diff --git a/fmt b/bin/fmt similarity index 100% rename from fmt rename to bin/fmt diff --git a/mkboot b/bin/mkboot similarity index 100% rename from mkboot rename to bin/mkboot