Add "tools" directory with expermental development tools.

This commit is contained in:
purple 2023-05-30 11:08:51 +02:00 committed by GitHub
parent 37b63b103d
commit 6e7c27f52c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

1
tools/tmp/hello.txt Normal file
View file

@ -0,0 +1 @@
This directory is used for storing temp files for Blueprint experimental tools.

8
tools/update.sh Normal file
View file

@ -0,0 +1,8 @@
#!/bin/bash
# $1 Pterodactyl directory (/var/www/pterodactyl)
cd $1/tools/tmp;
git clone https://github.com/teamblueprint/main.git;
cp -R main/* $1/;
rm -R $1/.blueprint;