ruby/tool/darwin-ar

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 строки
123 B
Plaintext
Исходник Обычный вид История

#!/bin/bash
export LANG=C LC_ALL=C # Suppress localication
exec 2> >(exec grep -v \
-e ' no symbols$' \
>&2)
exec "$@"