We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fa529 commit 0d9cffaCopy full SHA for 0d9cffa
.gitignore
@@ -4,7 +4,8 @@ hosts/
4
users/
5
services/
6
index.md
7
-Makefile
8
.DS_Store
9
.vscode/.command_history
10
-zsh_history
+zsh_history
+weapon_test
11
+test*
Makefile
@@ -0,0 +1,11 @@
1
+
2
+install:
3
+ @echo "Installing the project..."
+ uv run ./craft.py
+ uv run ./completion_creator.py
+ @echo "Preparing the environment..."
+ WEAPON_LOCATION=$(shell pwd)/weapon_test ./installer.sh
+ @echo "Installation complete."
+clean:
+ rm -rf ./hosts ./users ./weapon_test ./createhackenv.sh ./zsh_history
0 commit comments