Fix prompt

This commit is contained in:
2024-06-30 14:48:13 -04:00
parent e5a496c057
commit 8b15388467

View File

@@ -5,7 +5,7 @@
# Don't run this script directly # Don't run this script directly
[[ "${BASH_SOURCE[0]}" == "${0}" ]] && exit 0 [[ "${BASH_SOURCE[0]}" == "${0}" ]] && exit 0
prompt() { read -pr "Enter $1: " "$1"; } prompt() { read -r -p "Enter $1: " "$1"; }
ask_ok() { ask_ok() {
declare response declare response