diff --git a/files/dotfiles/shellconfig/workspaces/add_workspace.sh b/files/dotfiles/shellconfig/workspaces/add_workspace.sh index ba70098..e6d937b 100755 --- a/files/dotfiles/shellconfig/workspaces/add_workspace.sh +++ b/files/dotfiles/shellconfig/workspaces/add_workspace.sh @@ -2,9 +2,32 @@ JSON_PATH=~/.shellconfig/workspaces/workspaces.json +function yes_no_question() { + QUESTION=$1 + RESPONSE=$(cat <