Created
September 8, 2016 01:41
-
-
Save acro5piano/80a54f4457f9ba87bbbc81d4d5708493 to your computer and use it in GitHub Desktop.
「精神と時の部屋」コマンドを作った ref: http://qiita.com/acro5piano/items/d18114b34f6ebc7a0d8b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir /tmp/a | |
cd /tmp/a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias seishin-to-tokinoheya='cd $(mktemp -d)' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[kazuya@kazuya-ubuntu:~] % pwd | |
/home/kazuya | |
[kazuya@kazuya-ubuntu:~] % seishin-to-tokinoheya | |
[kazuya@kazuya-ubuntu:/tmp/tmp.92XUQmoHND]% pwd | |
/tmp/tmp.92XUQmoHND |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment