Skip to content

Instantly share code, notes, and snippets.

View IsakViste's full-sized avatar
🖥️
Side Projects

Isak Viste IsakViste

🖥️
Side Projects
View GitHub Profile
@IsakViste
IsakViste / FixHeadline.sh
Last active October 31, 2022 13:10
Script: Replace spaces in IPTC Headline tag of RAW Images with underscore
#!/bin/bash
cd "$PWD"
if [ -z "$1" ]; then
read -e -p "Image Extension: " EXTENSION
else
EXTENSION="$1"
fi