mirror of
https://git.0x0.st/mia/0x0.git
synced 2024-10-29 15:29:00 -04:00
8 lines
164 B
Python
Executable file
8 lines
164 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
print("This script has been replaced!!")
|
|
print("Instead, please run")
|
|
print("")
|
|
print(" $ FLASK_APP=fhost flask prune")
|
|
print("")
|
|
exit(1)
|