Created
March 28, 2018 07:36
-
-
Save hrdtbs/529d382929ff43f2292e303e5cf04f8a to your computer and use it in GitHub Desktop.
VSCodeで開いているディレクトリ専用のshell
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
... | |
if [ -e myscripts.sh ]; then | |
source myscripts.sh | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment