diff options
Diffstat (limited to 'auxiliary/library.sh')
-rwxr-xr-x | auxiliary/library.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/auxiliary/library.sh b/auxiliary/library.sh new file mode 100755 index 0000000..167edab --- /dev/null +++ b/auxiliary/library.sh @@ -0,0 +1,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 |