Plugins: Add get-plugins.sh script

This commit is contained in:
Katy Coe
2020-12-19 21:57:57 +01:00
parent b94d8a4d92
commit 4fe874978a
2 changed files with 11 additions and 0 deletions

10
get-plugins.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
# Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty
# All rights reserved.
# Download the latest set of plugins to a temporary file, extract the archive then delete it
wget https://github.com/djkaty/Il2CppInspectorPlugins/releases/latest/download/plugins.zip
unzip plugins.zip
rm plugins.zip