aboutsummaryrefslogtreecommitdiff
path: root/auxiliary/library.sh
blob: 68bad15afce412b283d5116b64401a182a1ee8f0 (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 --imagepath /mnt/public/www/library/images --imagerelativepath "images" --output html > /mnt/public/www/library/index.html
bgstack15