mirror of
https://github.com/Snigdha-OS/snigdhaos-system-config.git
synced 2025-09-20 11:34:58 +02:00
@eshanized: push via push.sh 🎉 !!!
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "Copy contents from /etc/skel to Home directory? (Y/n)"
|
echo "Copy contents from /etc/skel to Home directory? (Y/n)"
|
||||||
read -r response
|
# shellcheck disable=SC2162
|
||||||
|
read response
|
||||||
|
|
||||||
if [[ "$response" == [yY] ]]; then
|
if [[ "$response" == [yY] ]]; then
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user