chore(user/bkphotorights):Note Bash version used
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Sat, 8 Jul 2023 12:21:34 +0000 (12:21 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Sat, 8 Jul 2023 12:21:34 +0000 (12:21 +0000)
user/bkphotorights

index 608a1e8df79675ff0646c63026ed139dc1e58a18..ce468e5d996c1c0bb0ae21e6533fd878b55035e9 100644 (file)
@@ -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";