stackage/commenter
2023-04-27 15:32:34 +02:00

10 lines
182 B
Bash
Executable File

#!/usr/bin/env bash
if ! command -v commenter &> /dev/null
then
echo "commenter is not installed, get it from https://github.com/bergmark/commenter"
exit 1
fi
commenter $@