Initial Commit

Initial Commit
This commit is contained in:
Vargink
2024-09-30 06:36:25 +10:00
commit 4319c65737
3 changed files with 763 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
## Vargtools ##
A bunch of tools and scripts to make the world go round
## To Setup ##
Just run the following command to install
```
sudo bash -c "$(wget -q -O - https://git.tcmeta.net/kurtis/vargtools/raw/branch/main/install.sh)"
```

8
install.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# download script
echo "Downloading vargtools"
wget https://git.tcmeta.net/kurtis/vargtools/raw/branch/main/vargtools -q -O /usr/local/bin/vargtools
chmod +x /usr/local/bin/vargtools
echo Done you should now be able to start vargtools by typing sudo vargtools

744
vargtools Normal file

File diff suppressed because one or more lines are too long