Last active
October 31, 2015 22:37
-
-
Save riza/27dd03b86b4f2ca20ea7 to your computer and use it in GitHub Desktop.
kanka proje yapalım scripti
This file contains 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/bash | |
NAME=$1 | |
mkdir $NAME; | |
cd $NAME; | |
git init; | |
npm init; | |
print "Tebrikler proje için ilk adımı attınız, şimdi silebilirsiniz."; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment