Created
December 5, 2015 09:33
-
-
Save nishinoshake/cc20b198644a43e068cd to your computer and use it in GitHub Desktop.
よく使うディレクトリ作成
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
#!/bin/sh | |
mkdir 01_資料 | |
mkdir 02_デザイン | |
mkdir 03_素材 | |
mkdir 04_HTML | |
mkdir 05_納品データ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment