Updating example plugin zip file, python3 is default utf8

and added in pre/post examples
This commit is contained in:
chris
2020-08-11 02:13:50 -04:00
parent cd593be291
commit 50dfd644e0
12 changed files with 16 additions and 22 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/local/CyberCP/bin/python
RESET='\033[0;0m'
GREEN='\033[0;32m'
print(GREEN + "Running Pre-Install Script..." + RESET)