aboutsummaryrefslogtreecommitdiff
path: root/randopitons.sh
Commit message (Collapse)AuthorAgeFilesLines
* removing useless LOGIN_OK variableMiquel Lionel2020-11-191-4/+0
|
* Error checking and data dir in .local/shareMiquel Lionel2020-11-191-16/+26
| | | | | | | | | | | - We use the '--no-config' flag on wget to have a consistent behavior accross machines. - using "curl --silent" instead of wget for trace id retrieval. feels faster. - deleted the elevator music switch, it was useless. - The data generated (cookies.txt, regions.txt, downloaded files) will be stored in $XDG_DATA_HOME/randopitons. - regions.txt is created if needbe. check checksum too. - More error checking has been made.
* Various modifications of the script.Miquel Lionel2020-11-181-46/+71
|
* Removed useless code, fix missing varroot2020-11-161-49/+32
| | | | | | - simplified the region file creation, no need for a gazillion line. - The -r switch was missing $MATCHEDFILE for its -s test - indenting
* Cleaning this messMiquel Lionel2019-05-301-0/+0
|
* Deleted _config.yml, no use for it nowLionel2019-02-021-1/+1
|
* Corrected some errors in my codeLionel2018-11-051-6/+8
|
* Added md5 filechecks in case one of you change the regions.txt fileLionel2018-11-051-6/+17
|
* Improved readability of the script. Added an elevator music option.Lionel2018-11-051-51/+57
|
* Removed useless filecheck lines.Lionel2018-11-051-7/+1
|
* Cleaning up the repoLionel2018-10-311-4/+4
|
* Updated the README.md with usage. Code needs cleanup.Lionel2018-10-291-61/+97
|
* Fixed bad indents in the creation of the default files (regions.txt and ↵Lionel2018-10-221-28/+14
| | | | webregions.txt). Still experimentating about the command line arguments.
* Adding LICENSE file.Lionel2018-10-211-32/+29
|
* Making progress. Added the creation of regions.txt and webregions.txt if ↵Lionel2018-10-211-6/+43
| | | | empty or non-existent.
* Finally I'll rewrite it in bash i find it more readable than my python ↵Lionel2018-10-211-0/+93
scripts. Will plan on a powershell version too