From 3dfe5427e9364d843891e97d258d99dbb16eee18 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Wed, 14 Aug 2019 17:29:30 +0400 Subject: [PATCH] =?UTF-8?q?dk:=20support=20de=20scripts=20g=C3=A9n=C3=A9ri?= =?UTF-8?q?ques?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dk | 3 +++ 1 file changed, 3 insertions(+) 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