Skip to content

Instantly share code, notes, and snippets.

@narusemotoki
Last active December 14, 2015 02:19
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 narusemotoki/5012905 to your computer and use it in GitHub Desktop.
Save narusemotoki/5012905 to your computer and use it in GitHub Desktop.
screen(byobu)で新しいwindowを作って、それを行ったwindowでいたディレクトリに移動します。
#! /bin/sh
CURRENT=`pwd`
screen
cd ${CURRENT}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment