aboutsummaryrefslogtreecommitdiff
path: root/auxiliary/library.sh
blob: 167edab753d54fba1330e9ff8e645c31c91c67b0 (plain)
1
2
3
4
5
#!/usr/bin/env sh
# Startdate: 2024-07-09-3 15:45
# Author: bgstack15
# Purpose: oneliner for cron job
python3.6 /mnt/public/Support/Programs/library_info/library_info_cli.py --output html --full > /mnt/public/www/library/index.html
bgstack15