mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2025-01-12 12:28:13 +00:00
4 lines
115 B
Python
Executable file
4 lines
115 B
Python
Executable file
#!/usr/bin/env python
|
|
import os
|
|
import webbrowser
|
|
webbrowser.open('%swd%s' % (os.getenv('LOCATION'), os.getcwd()))
|