Skip to content

Instantly share code, notes, and snippets.

@LeZuse
Created October 5, 2020 16:13
Show Gist options
  • Save LeZuse/f7123f41bb1ab172745776f1f9c4bd60 to your computer and use it in GitHub Desktop.
Save LeZuse/f7123f41bb1ab172745776f1f9c4bd60 to your computer and use it in GitHub Desktop.
Tailscale CLI alias
#!/bin/bash
# Installation:
# Move this file into /usr/local/bin and make it executable:
# chmod +x /usr/local/bin/tailscale
# https://tailscale.com/kb/1080/cli#using-the-cli
/Applications/Tailscale.app/Contents/MacOS/Tailscale $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment