From 2be0a7be3844695c6a9f0506c3d95088fc75275a Mon Sep 17 00:00:00 2001 From: sparky4 Date: Tue, 2 Aug 2016 08:16:47 -0500 Subject: [PATCH] www in makefile updated --- makefile | 4 ++-- src/util/z.sh | 1 + wbuild.sh | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index 1b910a0a..cb53c483 100755 --- a/makefile +++ b/makefile @@ -457,8 +457,8 @@ comq: .symbolic www: .symbolic @ssh -p 26 sparky4@4ch.mooo.com 'rm -f /var/www/16/*exe.zip*' - @rm -f /var/www/$(EXEC)* - #@rm -f /var/www/*.exe.zip* + #@rm -f /var/www/$(EXEC)* + @rm -f /var/www/*.exe.zip* #@cp ./$(EXEC) $(DIRSEP)var$(DIRSEP)www$(DIRSEP) @./src/util/z.sh $(EXEC) $(EXEC) @scp -r -P 26 *.exe 4ch.mooo.com:/var/www/16/ diff --git a/src/util/z.sh b/src/util/z.sh index 0c9a2f9c..d316bd53 100755 --- a/src/util/z.sh +++ b/src/util/z.sh @@ -2,5 +2,6 @@ while [ -n "$1" ] do 7z a -v64k /var/www/"$1".zip "$1" + echo 7z a -v64k /var/www/"$1".zip "$1" shift done diff --git a/wbuild.sh b/wbuild.sh index 064edd55..f6af99e3 100755 --- a/wbuild.sh +++ b/wbuild.sh @@ -1,4 +1,4 @@ #! /bin/bash wmake -h clean wmake -h -####wmake -h comp +wmake -h comp -- 2.39.2