summaryrefslogtreecommitdiffstats
path: root/script/ctdb-import.msg-filter.sh
blob: 107d7367c2e5e5df4e02e04c229c093f22bb945c (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
#

set -e
set -u

cat -
echo ""
echo "(This used to be ctdb commit ${GIT_COMMIT})"

exit 0