Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Check if user input is provided
if [ -z "$*" ]; then
echo "Requires a prompt of what you want to do, i.e."
echo "\"llmpeg remove audio from example.mov\""
exit 1
fi
# Capture command-line arguments