]> git.mxchange.org Git - core.git/blob - contrib/missing-methods.sh
Continued with chash:
[core.git] / contrib / missing-methods.sh
1 #!/bin/sh
2
3 DEBUG_FILE="./debug.log"
4
5 if [ ! -f "${DEBUG_FILE}" ]
6 then
7         echo "$0: DEBUG_FILE='${DEBUG_FILE}' does not exist."
8         exit 255
9 fi
10
11 grep __call "${DEBUG_FILE}" | cut -d "[" -f 4 | cut -d "]" -f 1