From 6972b5b800d933898c6a550a57724cd5f6859379 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sun, 18 Nov 2012 18:28:44 -0500 Subject: [PATCH] Remove check-host script Now that Scripts Pony exists, checking host existence by hand isn't really a thing any more. --- check-host | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 check-host diff --git a/check-host b/check-host deleted file mode 100755 index 51a137c..0000000 --- a/check-host +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash -# Alex Dehnert - -for hostname in "$@"; do - echo - echo Now checking $hostname - echo Stella: - stella $hostname.mit.edu - echo Aliases - athrun ops qy ghal $hostname.mit.edu \* -done - -echo -echo For your copy/pasting convenience -echo Please be careful that this makes sense with the output above -echo -echo At your convenience, please make $@.mit.edu an alias of scripts-vhosts.mit.edu. -echo -for hostname in "$@"; do - echo stella scripts-vhosts -a $hostname -done -- 2.34.1