aboutsummaryrefslogtreecommitdiffstats
path: root/rebuild.sh
diff options
context:
space:
mode:
authorepochqwert <epoch@53flpnlls43fcguy.onion>2015-02-06 02:32:04 -0600
committerepochqwert <epoch@53flpnlls43fcguy.onion>2015-02-06 02:32:04 -0600
commit3c2d290d17b739f14774dfcdf48581c1fb212286 (patch)
tree4b3bcf021e9994c21030aad99f84831ad31dbe02 /rebuild.sh
parentabe09a4717370f331b050ad39da3a7e9a478f02d (diff)
downloadmisc-3c2d290d17b739f14774dfcdf48581c1fb212286.tar.gz
misc-3c2d290d17b739f14774dfcdf48581c1fb212286.zip
some new tools. clump is useful. httpd got some better logging. cuturl got some bugfixes I think. todo is just a version of segfault's !todo but for shell. don't remember what I did to telnet-gateway.sh
Diffstat (limited to 'rebuild.sh')
-rwxr-xr-xrebuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebuild.sh b/rebuild.sh
index 6a7e829..f0f9877 100755
--- a/rebuild.sh
+++ b/rebuild.sh
@@ -10,7 +10,7 @@ for i in src/*;do
jout=$(basename $j | cut -d. -f1)
gcc -Wall -o $iout/$jout $j
done
- cp $iout/* /usr/local/$iout/
+ cp -f $iout/* /usr/local/$iout/
done
echo "building and installing tools without compiling..."
for i in nocompile/*;do
@@ -18,5 +18,5 @@ for i in nocompile/*;do
for j in nocompile/$i/* out=$(basename $i);do
jout=$(basename $j)
done
- cp $i/* /usr/local/$iout/
+ cp -f $i/* /usr/local/$iout/
done