summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-04-01 03:58:17 +0200
committerGitHub <noreply@github.com>2026-04-01 03:58:17 +0200
commit27031a76fddac795c5d79dc31a6fd4c9bdf127cc (patch)
tree9e548343d84192ac0a4c16b71c57419e7e9cab69
parent2199d21480af1748de059afcdace6046709f171d (diff)
Update silly.sh
-rw-r--r--silly.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/silly.sh b/silly.sh
index 9cdcdfa..5c990eb 100644
--- a/silly.sh
+++ b/silly.sh
@@ -75,7 +75,7 @@ sync() {
echo "$name"
done
echo
- read -rp "> " input
+ read -rp "> " input </dev/tty
tmp=$(mktemp -d)
git clone --depth=1 "$REPO_URL" "$tmp/dotfiles" &>/dev/null
@@ -117,7 +117,7 @@ sync() {
echo "install"
echo "sync"
echo
-read -rp "> " choice
+read -rp "> " choice </dev/tty
case "$choice" in
install) install ;;