mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Initial import from qqq-dev-tools standalone repo
This commit is contained in:
11
qqq-dev-tools/bin/quick-deps.sh
Executable file
11
qqq-dev-tools/bin/quick-deps.sh
Executable 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;
|
Reference in New Issue
Block a user