aboutsummaryrefslogtreecommitdiff
path: root/Koifile
diff options
context:
space:
mode:
Diffstat (limited to 'Koifile')
-rwxr-xr-xKoifile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Koifile b/Koifile
deleted file mode 100755
index 379b9a38..00000000
--- a/Koifile
+++ /dev/null
@@ -1,10 +0,0 @@
-fn all() { dev() }
-
-fn dev() { $(bun run dev --host) }
-
-fn vpn() {
- piactl disconnect
- piactl connect
-}
-
-fn check() { $(bun --bun run check) }