Sign in
◑
Theme
swiftshader
/
SwiftShader
/
498a6f760dea6cdda0302406c49b8fbb09b9af92
/
.
/
third_party
/
subzero
/
docs
/
py_filter
blob: 6c95593ce90af251a145ae6262667467b8539844 [
file
]
#!/bin/bash
x
=
`which doxypypy`
if
[
"$x"
==
""
];
then
cat $1
else
doxypypy
-
a
-
c $1
fi