We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278b19f commit a64619cCopy full SHA for a64619c
travis-ci
@@ -137,3 +137,6 @@ if [ "$TRAVIS_OS_NAME" = osx ]; then
137
[ "$FORMAT_CHECK" = 0 ] || folded ... finish FORMAT_INSTALL_PID
138
[ "$FORMAT_CHECK" = 0 ] || folded 'Format check' format-check
139
fi
140
+
141
+# shellcheck disable=SC2046
142
+kill $(ps -xf | grep -o "^ \\+[0-9]\\+ \\+\\([0-9]\\+\\) \\+$$" | sed -e 's#^ *[0-9]* *##g' -e 's# *[0-9]*$##g')
0 commit comments