Skip to content

Instantly share code, notes, and snippets.

@wissehes
wissehes / flac2alac.sh
Last active October 10, 2022 14:17
A simple bash script for converting FLACs to ALAC files.
#!/bin/bash
# A simple bash script for converting FLACs to ALAC files.
# For example: ./flac2alac.sh flacs alacs
# Where "flacs" and "alacs" are the input and output directories respectively.
in=$1
out=$2
echo $in