6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
|
#!/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
|