Initial import from qqq-dev-tools standalone repo

This commit is contained in:
2022-09-09 15:00:20 -05:00
parent bee8a7a2d9
commit a1f5e90106
16 changed files with 851 additions and 0 deletions

11
qqq-dev-tools/bin/quick-deps.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
DIR=$(dirname $0)
. ${DIR}/../lib/quickLoop.sh
defineOption 1 "ls" "Short listing"
defineOption 2 "ls -l" "Long listing"
defineOption 3 "tree" "Tree listing"
quickLoop;