summaryrefslogtreecommitdiff
path: root/sutils/MAKEDEV.sh
AgeCommit message (Collapse)Author
1997-06-26(mkdev):Miles Bader
Add missing `ln' to command for stderr.
1997-06-24(cmd):Miles Bader
New function. (st, mkdir): Use cmd to execute any real commands. Use bash fancy variables instead of various programs. Try to get the correct devdir even if it's not the cwd. Add new options --verbose/-v and --dry-run/-n. Add the --devdir/-D option. Use the basename of $I instead of $I for various things. Correctly put derived names in the same directory as the arg.
1997-03-02(mkdev):Miles Bader
Make I local.
1996-09-24Fix argument parsing.Miles Bader
1996-09-24(zero): Use `storeio -Tzero' instead of `null -z'.Miles Bader
1996-09-23Use a shell function `mkdev' for recursion, rather than calling this scriptMiles Bader
recursively.
1996-09-08Initial checkinMiles Bader