Files
captain-hook/ruok/commit-msg
🐙PiperYxzzy d5d4ffbd7a Adding RUOK
* Conducts sentiment analysis and provides a happy or assuring message
sometimes
* Just skeletal: we can refine it but the logic is here
2023-04-27 22:56:26 +02:00

7 lines
171 B
Bash

#!/bin/sh
#
# RUOK Hook
# Requires this commit-msg line and ruok.py to be in .git/hooks
# Also requires Python installs (see ruok.py)
cat $1 | python .git/hooks/ruok.py &