blob: 82f44ec113f1451c1eb90e2ec8c51e77421b3fc6 (
plain) (
blame)
1
2
3
4
5
|
#!/bin/sh
### lolcommits hook (begin) ###
LANG="" && PATH="$PATH:/usr/bin:/usr/local/bin" && if [ ! -d "$GIT_DIR/rebase-merge" ] && [ "$LOLCOMMITS_CAPTURE_DISABLED" != "true" ]; then lolcommits --capture --device 'Logitech StreamCam' --fork; fi
### lolcommits hook (end) ###
|