Created
February 27, 2017 21:03
-
-
Save jamesbvaughan/8e079e6b4f7af8e7c56126e9db4e0c16 to your computer and use it in GitHub Desktop.
Gists for the scratchpad post
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
#!/usr/bin/env python | |
from subprocess import run | |
def main(): | |
run(['vim']) | |
if __name__ == "__main__": | |
main() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment