- or download this
#!/usr/bin/perl
...
__END__
- or download this
#!/bin/bash
...
echo "Script completed successfully."
- or download this
<c>2024/11/05 19:36:08 INFO Time is Tue Nov 5 19:36:07 2024
2024/11/05 19:36:08 INFO Julian day is 2460620.60841435
...
[main 8f1999b] On Tue 05 Nov 2024 07:36:08 PM MST, fritz added changes
+ in files: 4.wrap.pl,
1 file changed, 1 insertion(+), 1 deletion(-)
Script completed successfully.
- or download this
{
"download_path": "/media/fritz/9766-DD0B/2024-11-03/",
...
"original_filename": "/media/fritz/9766-DD0B/2024-11-03/Perl_Gonza
+lez_20241029.mkv",
"to_process": "/media/fritz/9766-DD0B/2024-11-03/Perl_Gonzalez_202
+41029.mkv"
}
- or download this
# Start with the base image (Ubuntu in this case)
FROM ubuntu:22.04
...
RUN ls -la * /app
- or download this
# Check if the Docker image exists
if [[ "$(docker images -q my_dl:latest 2> /dev/null)" == "" ]]; then
...
-v "$Config_Path":/app/data/8.config.json \
-v "$usb_mount_point":"$usb_mount_point" \
my_dl python3 4.caller.py "$1" | tee -a "$LOGFILE"