WEATHER LOGGER This is a simple bash script that uses the ascii weather program to obtain weather information and log this with time and date. I have it running on a Raspberry Pi, so when plugged in, it logs the data to a CSV (comma separated values) file. I am using cron to run the script every 10 minutes. The data files and script are provided on an 'as is' basis. I am not responsible for accuracy, scientific suitability or errors. The software used to generate is free software under the GPL, so you can examine the source code and assess accordingly. For the script to run you will probably need to set execute permissions. I can be contacted via Matrix @zleap:matrix.org or the Fediverse @zleap The script is named crontest.sh I have now set up the script to record the time, date then the information from asciiweather. The file name will contain the date, as a result the data file wil be bound to a specific date.