summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile27
1 files changed, 0 insertions, 27 deletions
diff --git a/justfile b/justfile
deleted file mode 100644
index 819db6e..0000000
--- a/justfile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Minimal justfile for hyperstack.rb
-
-set dotenv-load := false
-set shell := ["/bin/bash", "-cu"]
-
-hypr := "ruby -Ilib hyperstack.rb"
-
-create-vm1:
- {{hypr}} --vm 1 create
-
-create-vm2:
- {{hypr}} --vm 2 create
-
-delete-vm1:
- {{hypr}} --vm 1 delete
-
-delete-vm2:
- {{hypr}} --vm 2 delete
-
-watch:
- {{hypr}} watch
-
-status:
- {{hypr}} status
-
-test:
- {{hypr}} test