0x0a/cleanup.py

9 行
165 B
Python
実行ファイル

#!/usr/bin/env python3
print("This script has been replaced!!")
print("Instead, please run")
print("")
print(" $ FLASK_APP=fhost flask prune")
print("")
exit(1);