fix: linting and formatting

This commit is contained in:
2025-10-30 19:25:07 +01:00
parent dd8a29e1be
commit f32e1981d0

View File

@@ -1,9 +1,9 @@
#!/usr/bin/env bash
#!/bin/bash
# Rename all image and video files in the current directory by their capture/creation date.
set -euo pipefail
mkdir -p done
mkdir -p 'done'
# Directory to process (defaults to current directory)
DIR="${1:-.}"