diff options
| author | Federico Angelilli <code@fedang.net> | 2024-03-08 11:23:49 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-03-08 11:23:49 +0100 |
| commit | b560a593f21feaba1e4b4c11a8adc50c1a84281d (patch) | |
| tree | 21d5a4bdd73cd4e0666704fed46442109e3670c3 /extension/prompt.bash | |
| parent | 5942f372315cfdf39aae8a6b74188503b6f11b0e (diff) | |
Add clip extension
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 |
