Skip to content

Instantly share code, notes, and snippets.

View animist's full-sized avatar

Rei Kawai animist

  • Uniba Inc.
  • Shibuya
View GitHub Profile
#!/bin/sh
sshfs_cmd='/opt/local/bin/sshfs'
vol_dir='/Volumes/'
#fuse_dirname='fuse_mp'
while getopts p:s:t: OPT
do
case $OPT in
"p" ) port="-p $OPTARG" ;;