diff options
author | Sven Gothel <[email protected]> | 2022-05-28 08:35:21 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-05-28 08:35:21 +0200 |
commit | 174a4b29e3c375b8f9d0e36d7629a1b837f15506 (patch) | |
tree | 27b0bff412715e98caf06b91da84ed4c0c8c798f /scripts | |
parent | 5cfa32dcceba31a8bf74f0ecfdde7cd94ec8c3f1 (diff) |
Remove obsolete mini_httpd.sh script
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/run_mini_httpd.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/scripts/run_mini_httpd.sh b/scripts/run_mini_httpd.sh deleted file mode 100755 index a16e818..0000000 --- a/scripts/run_mini_httpd.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -sdir=`dirname $(readlink -f $0)` -rootdir=`dirname $sdir` -bname=`basename $0 .sh` - -. $sdir/setup-machine-arch.sh - -echo killall minihttpd -killall mini_httpd -echo killall minihttpd -killall mini_httpd -echo launch minihttpd -cd $rootdir -/usr/sbin/mini_httpd -p 8080 -l $rootdir/mini_httpd-$archabi.log - |