Skip to content

Instantly share code, notes, and snippets.

@se7enack
Last active January 17, 2024 15:10
Show Gist options
  • Save se7enack/4923f57150c54b597de86df80770abe9 to your computer and use it in GitHub Desktop.
Save se7enack/4923f57150c54b597de86df80770abe9 to your computer and use it in GitHub Desktop.
quick and easy file server
open http://`ifconfig en0 | grep "inet " | awk '{print $2}'` & python3 -m http.server 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment