diff options
author | Lionel <lionel.miquel46@gmail.com> | 2018-10-21 18:03:08 +0200 |
---|---|---|
committer | Lionel <lionel.miquel46@gmail.com> | 2018-10-21 18:03:08 +0200 |
commit | 937af561fc0879891565c8e13b089621cb7b5954 (patch) | |
tree | a6051d591d0bc2f28974c7cc189cfb2c3237b635 | |
parent | 234ef973d62043f978a5dc23eb262a90bd3991fa (diff) | |
download | randopitons-937af561fc0879891565c8e13b089621cb7b5954.tar.gz randopitons-937af561fc0879891565c8e13b089621cb7b5954.zip |
Making progress. Added the creation of regions.txt and webregions.txt if empty or non-existent.
-rw-r--r-- | randopitons_filecheck.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/randopitons_filecheck.sh b/randopitons_filecheck.sh deleted file mode 100644 index 950bdeb..0000000 --- a/randopitons_filecheck.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -if [ -s "./regions.txt" ];then - "Region file is already there. OK" -else - echo "Cirque de Cilaos -Cirque de Mafate -Cirque de Salazie -Est -Nord -Ouest -Sud -Volcan -Ailleurs -All">regions.txt -fi
\ No newline at end of file |