fix: linting and formatting
This commit is contained in:
@@ -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.
|
# Rename all image and video files in the current directory by their capture/creation date.
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
mkdir -p done
|
mkdir -p 'done'
|
||||||
|
|
||||||
# Directory to process (defaults to current directory)
|
# Directory to process (defaults to current directory)
|
||||||
DIR="${1:-.}"
|
DIR="${1:-.}"
|
||||||
|
|||||||
Reference in New Issue
Block a user