updated the shabang...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-05-25 18:48:30 +03:00
parent eb0b1c68d6
commit d699e22970
6 changed files with 6 additions and 7 deletions

View File

@ -146,6 +146,6 @@ Leading `"-"` indicates a not fully sorted shoot.
- <date> - <info>/ - <date> - <info>/
``` ```
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.

View File

@ -1,5 +1,4 @@
Base photo archive directory # Base photo archive directory
----------------------------
This tree is created based on the specification from: This tree is created based on the specification from:
https://github.com/flynx/ImageGrid/blob/master/Archive/README.md https://github.com/flynx/ImageGrid/blob/master/Archive/README.md

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# TODO make this runnable from anywhere... # TODO make this runnable from anywhere...
# - prepend paths with './' only if local/relative # - prepend paths with './' only if local/relative

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
####################################################################### #######################################################################
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
VERSION=1.0 VERSION=1.0

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash