Support deleting multiple contexts separated by spaces

This commit is contained in:
suzaku 2022-01-28 14:24:23 +08:00
parent e6de7ba0a2
commit 713bd14692

View File

@ -19,7 +19,7 @@
[[ -n $DEBUG ]] && set -x
set -eou pipefail
IFS=$'\n\t'
IFS=$'\n\t '
SELF_CMD="$0"