Last active
October 13, 2023 21:46
-
-
Save AliRn76/771774a3d253414bd0440a60855c80fa to your computer and use it in GitHub Desktop.
Python Startup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "print('You Have Not Been Hacked.')" >> /tmp/startup.log && echo "export PYTHONSTARTUP=/tmp/startup.log" >> ~/.bashrc && source ~/.bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment