From 0c31244674d6d91407f7fd93b7884c5a668c620f Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Thu, 7 Mar 2024 17:00:10 +0530 Subject: [PATCH] =?UTF-8?q?@eshanized:=20push=20via=20push.sh=20?= =?UTF-8?q?=F0=9F=8E=89=20!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/local/bin/skel | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/local/bin/skel b/usr/local/bin/skel index 71bd461..ee5bb55 100644 --- a/usr/local/bin/skel +++ b/usr/local/bin/skel @@ -1,7 +1,8 @@ #!/bin/bash echo "Copy contents from /etc/skel to Home directory? (Y/n)" -read -r response +# shellcheck disable=SC2162 +read response if [[ "$response" == [yY] ]]; then