aboutsummaryrefslogtreecommitdiff
path: root/tools/np_build_from_sf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/np_build_from_sf')
-rwxr-xr-xtools/np_build_from_sf11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/np_build_from_sf b/tools/np_build_from_sf
deleted file mode 100755
index 7ba349a6..00000000
--- a/tools/np_build_from_sf
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-set -xeu
-
-temp=$(mktemp -d)
-trap "cd $HOME; rm -rf $temp; exit 1" EXIT
-curl -sS http://nagiosplug.sourceforge.net/snapshot/nagios-plugins-HEAD.tar.gz|tar -C "$temp" --strip-components=1 -xzf -
-cd $temp
-./configure && make
-$HOME/bin/update_man_pages
-