Skip to content

Commit

Permalink
Added code banner
Browse files Browse the repository at this point in the history
  • Loading branch information
srttk committed Jan 13, 2016
1 parent 8d590d3 commit 96194a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions make-gulp-file.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
#! /bin/bash

# make-gulp
# gulp file generator , automate gulp file generation :) A funny project
# Created by : Sarath
# http://github.com/saratonite

echo "Project Name?"
read project_name
echo "Project Description"
read project_desc

#echo "Enter root directory (Default current dir)"
#read root_dir



echo "Javascript directory? (js)"
read js_dir;
if [ "$js_dir" == "" ]; then
Expand Down

0 comments on commit 96194a4

Please sign in to comment.