diff options
Diffstat (limited to 'extension/prompt.bash')
| -rwxr-xr-x | extension/prompt.bash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/prompt.bash b/extension/prompt.bash index 9c5c350..26d8f4b 100755 --- a/extension/prompt.bash +++ b/extension/prompt.bash @@ -1,3 +1,5 @@ +#!/bin/bash + single_prompt() { local inp read -r -p "Enter contents of $NAME ($ENTRY): " -e inp |
