Skip to content

Commit

Permalink
utilty script to copy a skeleton lighttpd.conf script to CWD for webr…
Browse files Browse the repository at this point in the history
…ick style insta-server
  • Loading branch information
Charles Butler committed Jul 15, 2012
1 parent d7a345e commit d73fd7f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/php_project
@@ -0,0 +1,7 @@
#!/bin/bash

if [ -f ~/repository/dotfiles/scripts/skel/lighttpd.conf.skel ]
then
echo copying lighthttpd.conf to current directory
cp ~/repository/dotfiles/scripts/skel/lighttpd.conf.skel ./lighttpd.conf
fi

0 comments on commit d73fd7f

Please sign in to comment.