* Conducts sentiment analysis and provides a happy or assuring message sometimes * Just skeletal: we can refine it but the logic is here
7 lines
171 B
Bash
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 & |