Skip to content

Instantly share code, notes, and snippets.

@codecats
Created May 27, 2014 05:24
Show Gist options
  • Save codecats/b1da0678609737bcb226 to your computer and use it in GitHub Desktop.
Save codecats/b1da0678609737bcb226 to your computer and use it in GitHub Desktop.
vpn
#!/bin/bash
sudo mount -t cifs //192.168.1.10/pathTo_GIT /mnt/share -o username=myUsername,password=myPassword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment