From: xf0r3m Date: Wed, 9 Aug 2023 16:02:31 +0000 (+0200) Subject: Usunięcie polecenia 'break' z wariantu w konstrukcji 'case' - skrypt odbioru poleceń... X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=c0e1c33592f389da63a59551cf790d4a4f168eb5;p=idle.git Usunięcie polecenia 'break' z wariantu w konstrukcji 'case' - skrypt odbioru poleceń - idle-clis --- diff --git a/idle-clis b/idle-clis index 2ae5c4d..bbd39aa 100755 --- a/idle-clis +++ b/idle-clis @@ -84,7 +84,7 @@ if [ $# -gt 0 ]; then command=$1; shift; case $command in - "list-distros") idle-list-containers; break;; + "list-distros") idle-list-containers;; "shell") idle-exec-shell $1; exit;; "check-command") containerName=$1;