diff options
| author | danix <danix@danix.xyz> | 2023-04-03 18:42:43 +0200 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2023-04-03 18:42:43 +0200 |
| commit | 9eb02251c45d2b0d312b2c40f65f2f926bfb9a34 (patch) | |
| tree | 4810195ee8747da09872369ae5b5443cb813e26e /SOURCE/head.sh | |
| parent | 07d42c7a11d817e19c4fb81dcdd1ae97ede991e8 (diff) | |
| download | bash-notes-9eb02251c45d2b0d312b2c40f65f2f926bfb9a34.tar.gz bash-notes-9eb02251c45d2b0d312b2c40f65f2f926bfb9a34.zip | |
working on the backup and backup restore functionalities.
Diffstat (limited to 'SOURCE/head.sh')
| -rw-r--r-- | SOURCE/head.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SOURCE/head.sh b/SOURCE/head.sh index d68d171..6278aa1 100644 --- a/SOURCE/head.sh +++ b/SOURCE/head.sh @@ -118,6 +118,7 @@ terminal: ${TERMINAL} jq executable: ${JQ} " + echo "Now I'll create the needed files and directories." read -r -p "Do you wish to continue? (y/N) " ANSWER case $ANSWER in y|Y ) |
