diff options
author | Epoch Qwert <epoch@53flpnlls43fcguy.onion> | 2014-10-23 01:20:02 -0500 |
---|---|---|
committer | Epoch Qwert <epoch@53flpnlls43fcguy.onion> | 2014-10-23 01:20:02 -0500 |
commit | 8c542d83091f9ba5ccb095fad730651f8e6c1eef (patch) | |
tree | ad26b5a7686d7b78888fa052226551255e3d8633 /rebuild.sh | |
parent | 12201178a5950eecd9537e642b1246011490b499 (diff) | |
download | misc-8c542d83091f9ba5ccb095fad730651f8e6c1eef.tar.gz misc-8c542d83091f9ba5ccb095fad730651f8e6c1eef.zip |
fixed gopherd's LFI and added excuting files.
httpd had flushing issues.
realpath is new! does what it says. gives absolute path of a file.
deddos, peerip, peerip.pl, were laying around elsewhere.
gethostbyname got a new trick. can do decimal addresses among other things.
hop0 is a shell script that gets what IP will be put on the source address of outgoing packets sent to $1. rtfs.
Diffstat (limited to 'rebuild.sh')
-rwxr-xr-x | rebuild.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ -#!/bin/sh -v +#!/bin/sh -vq +rm bin/* +rm libexec/* for i in src/*;do iout=$(basename $i) mkdir -p $iout |