From: Steven Baltakatei Sandoval Date: Sat, 8 Jul 2023 12:21:34 +0000 (+0000) Subject: chore(user/bkphotorights):Note Bash version used X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/63680c0dcfbd11300fab8c5f3c4cab4ad31ae733 chore(user/bkphotorights):Note Bash version used --- diff --git a/user/bkphotorights b/user/bkphotorights index 608a1e8..ce468e5 100644 --- a/user/bkphotorights +++ b/user/bkphotorights @@ -1,10 +1,11 @@ -#!/bin/bash +#!/usr/bin/env bash # Desc: Apply metadata to photos # Usage: bkphotometa.sh [FILE in] # Ref/Attrib: [1]. Creative Commons XMP recommendation. (2015). https://wiki.creativecommons.org/wiki/XMP # [2]. Eva, Johannes. (2023-03-30). “How to edit EXIF metadata via the command line with ExifTool”. libre-software.net. https://libre-software.net/linux/edit-metadata-exiftool/ -# Version: 0.1.0 -# Depends: exiftool 12.16 (https://exiftool.org/ ) +# Version: 0.1.1 +# Depends: * exiftool 12.16 (https://exiftool.org/ ) +# * bash 5.1.16 # Adjust me strCreator="Steven Baltakatei Sandoval";