From d699e22970a0ce3222321fb820c7b1bf280bde25 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 25 May 2024 18:48:30 +0300 Subject: [PATCH] updated the shabang... Signed-off-by: Alex A. Naanou --- Archive/README.md | 2 +- Archive/media/{README => README.md} | 3 +-- Archive/media/img/my/work/compress-archive.sh | 2 +- Archive/media/img/my/work/process-archive.sh | 2 +- Archive/media/img/my/work/sync-flash.sh | 2 +- Archive/media/img/my/work/update-exif.sh | 2 +- 6 files changed, 6 insertions(+), 7 deletions(-) rename Archive/media/{README => README.md} (67%) diff --git a/Archive/README.md b/Archive/README.md index e53822ae..9078d815 100644 --- a/Archive/README.md +++ b/Archive/README.md @@ -146,6 +146,6 @@ Leading `"-"` indicates a not fully sorted shoot. - - / ``` -This is the defailt as creatrd by `sync-flash.sh`, renaming (removing the leading `"- "`) should be done by the user. +This is the default as created by `sync-flash.sh`, renaming (removing the leading `"- "`) should be done by the user. diff --git a/Archive/media/README b/Archive/media/README.md similarity index 67% rename from Archive/media/README rename to Archive/media/README.md index d8db3842..2c262b98 100644 --- a/Archive/media/README +++ b/Archive/media/README.md @@ -1,5 +1,4 @@ -Base photo archive directory ----------------------------- +# Base photo archive directory This tree is created based on the specification from: https://github.com/flynx/ImageGrid/blob/master/Archive/README.md diff --git a/Archive/media/img/my/work/compress-archive.sh b/Archive/media/img/my/work/compress-archive.sh index abb0ce7a..1c64f111 100755 --- a/Archive/media/img/my/work/compress-archive.sh +++ b/Archive/media/img/my/work/compress-archive.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # TODO make this runnable from anywhere... # - prepend paths with './' only if local/relative diff --git a/Archive/media/img/my/work/process-archive.sh b/Archive/media/img/my/work/process-archive.sh index 8249fcce..6738b2ed 100755 --- a/Archive/media/img/my/work/process-archive.sh +++ b/Archive/media/img/my/work/process-archive.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # ####################################################################### # diff --git a/Archive/media/img/my/work/sync-flash.sh b/Archive/media/img/my/work/sync-flash.sh index 32888863..1beada21 100755 --- a/Archive/media/img/my/work/sync-flash.sh +++ b/Archive/media/img/my/work/sync-flash.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash VERSION=1.0 diff --git a/Archive/media/img/my/work/update-exif.sh b/Archive/media/img/my/work/update-exif.sh index e16af7ce..bf44d7b1 100755 --- a/Archive/media/img/my/work/update-exif.sh +++ b/Archive/media/img/my/work/update-exif.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash