Skip to content

Instantly share code, notes, and snippets.

@jamesbvaughan
Created February 27, 2017 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesbvaughan/8e079e6b4f7af8e7c56126e9db4e0c16 to your computer and use it in GitHub Desktop.
Save jamesbvaughan/8e079e6b4f7af8e7c56126e9db4e0c16 to your computer and use it in GitHub Desktop.
Gists for the scratchpad post
#!/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