@eshanized: push via push.sh 🎉 !!!

This commit is contained in:
2024-03-07 17:00:10 +05:30
parent cdd0cb0bad
commit 0c31244674

View File

@@ -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