Skip to content

Instantly share code, notes, and snippets.

@tomoyamkung
Created July 9, 2016 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomoyamkung/15f87bc51aab19d44c8f0fa53bcc176c to your computer and use it in GitHub Desktop.
Save tomoyamkung/15f87bc51aab19d44c8f0fa53bcc176c to your computer and use it in GitHub Desktop.
実行中のスクリプトが保存されているディレクトリに移動する
#!/bin/bash
# このスクリプトが保存されているディレクトリに移動する
cd `dirname $0`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment