aboutsummaryrefslogtreecommitdiff
path: root/extension/prompt.bash
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-03-08 11:23:49 +0100
committerFederico Angelilli <code@fedang.net>2024-03-08 11:23:49 +0100
commitb560a593f21feaba1e4b4c11a8adc50c1a84281d (patch)
tree21d5a4bdd73cd4e0666704fed46442109e3670c3 /extension/prompt.bash
parent5942f372315cfdf39aae8a6b74188503b6f11b0e (diff)
Add clip extension
Diffstat (limited to 'extension/prompt.bash')
-rwxr-xr-xextension/prompt.bash2
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