Created
May 1, 2019 20:35
-
-
Save aleozlx/e3de6276ac88f272dfabdf71965d8d7e to your computer and use it in GitHub Desktop.
rabbithole.py
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
| import os; os.system('mkdir -p /tmp/rabbithole && cd /tmp/rabbithole && ln -sf . 0 && ln -sf . 1'); [print(i[0]) for i in os.walk('.', followlinks=True)] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment