gh-ost/resources/hooks-sample/gh-ost-on-interactive-command-hook

6 lines
147 B
Plaintext
Raw Normal View History

2016-08-25 11:55:34 +00:00
#!/bin/bash
# Sample hook file for gh-ost-on-interactive-command
echo "$(date) gh-ost-on-interactive-command $GH_OST_COMMAND" >> /tmp/gh-ost.log