diff options
| author | silly <u65487754@gmail.com> | 2026-04-01 03:58:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-01 03:58:17 +0200 |
| commit | 27031a76fddac795c5d79dc31a6fd4c9bdf127cc (patch) | |
| tree | 9e548343d84192ac0a4c16b71c57419e7e9cab69 | |
| parent | 2199d21480af1748de059afcdace6046709f171d (diff) | |
Update silly.sh
| -rw-r--r-- | silly.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ;; |
