stackage/commenter
2022-02-05 16:59:18 +01: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 $@