Skip to content

Instantly share code, notes, and snippets.

@kaosf
Created June 28, 2013 08:46
Show Gist options
  • Save kaosf/5883381 to your computer and use it in GitHub Desktop.
Save kaosf/5883381 to your computer and use it in GitHub Desktop.
そのシェルスクリプトのあるディレクトリに移動する ref: http://qiita.com/ka_/items/6e4d1ff9800937a6bd8c
#! /bin/bash
THIS_FILE_PATH="$PWD/$0"
cd ${THIS_FILE_PATH%/*}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment