diff --git a/dk b/dk index 006f975..9258f65 100755 --- a/dk +++ b/dk @@ -1124,6 +1124,9 @@ fi [ -n "$chdir" ] && { cd "$chdir" || die; } update_apps_mode="${update_apps_mode}${update_apps_devel:+w}" +[ -f .dk.scripts.sh ] && source ./.dk.scripts.sh +[ -f dk.scripts.sh ] && source ./dk.scripts.sh + while [ $# -gt 0 ]; do [ "$1" == -- ] && { shift; continue; } cmd="$1"; shift