Skip to content

Commit

Permalink
move to single line
Browse files Browse the repository at this point in the history
  • Loading branch information
shapeshed committed Mar 8, 2013
1 parent 48a2868 commit bed1c1b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ server:
@./node_modules/http-server/bin/http-server ./build

gzip:
@find ./build -type f | \
while read -r x; \
do \
gzip -c -9 $$x > $$x.gz; \
done
@find ./build -type f | while read -r x; do gzip -9 -c $$x > $$x.gz; done

rsync:
@rsync -az -e "ssh" --delete ./build/ shapeshed.com:/srv/shapeshed.com

0 comments on commit bed1c1b

Please sign in to comment.