This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Forked from https://gist.github.com/BigNerd/b3d79fd1b40b5667a5663eaa5fa9e80f | |
# | |
# This bash script downloads the current Fritz!Box event log as JSON file, a TXT file, | |
# and appends the new entries to a combined TXT file. | |
# | |
# The script was tested successfully on MacOS Sequoia 15.3 with Fritz!Box 6690 AX V7.58 | |
# 'jq' was installed via Homebrew |