From 2e698eb99020a511a8e5b0cfe4d8ca1dc609f4da Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 28 Aug 2014 02:24:26 -0400 Subject: notes.txt: Remove more old notes --- diff --git a/notes.txt b/notes.txt index a29f70c..5039d8b 100644 --- a/notes.txt +++ b/notes.txt @@ -19,25 +19,3 @@ buildd: host$ prokit opkg chroot install src-expat host$ prokit opkbuild chroot chroot/usr/src/expat_*/ - - -run_cmd() -{ - if $# lt cmd_$cmd_min_args - help $cmd - exit 1 - if cmd_$cmd_max_args is set and $# gt cmd_$cmd_max_args - help $cmd - exit - i=0; args= - while i lt cmd_$cmd_exp_args - args="$args ''" - eval cmd_$cmd_main $@ $args -} - -cmd_install_min_args=2 -cmd_install_exp_args=2 -cmd_install_max_args=2 - -opkg cmd? parses opts after ? -maybe itself should be an option? -- cgit v0.9.1