From: jkratoch <> Date: Tue, 11 Aug 2009 20:10:24 +0000 (+0000) Subject: Completely obsolete and no longer used. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=a17c5d6a02f8175106962f9e3be51220ad09725d Completely obsolete and no longer used. --- diff --git a/bin/md b/bin/md deleted file mode 100755 index e503dfe..0000000 --- a/bin/md +++ /dev/null @@ -1,31 +0,0 @@ -#! /bin/sh -if [ -f .print_userprogs ];then - if [ `wc -l <.print_userprogs` = 1 ];then - arg="./`sed 's/:.*//' <.print_userprogs`" - fi -fi -if [ -z "$arg" ];then - arg="`basename "$PWD"`" -fi - -run_args="`mdr_args "$arg"`" - -if [ -z "$1" ];then - cmd="run" -else - cmd="rtl $1";shift -fi - -echo "ARG: $arg CMD: $cmd" -t="/tmp/mr.$$";rm -f "$t" -trap 'rm -f "$t"' EXIT -cat >"$t" <