Sign in
swiftshader
/
SwiftShader
/
94e97f6a75cf87c7e547d4d9ff1a9acbc9275cea
/
.
/
docs
/
py_filter
blob: 6c95593ce90af251a145ae6262667467b8539844 [
file
] [
log
] [
blame
]
#!/bin/bash
x
=
`which doxypypy`
if
[
"$x"
==
""
];
then
cat $1
else
doxypypy
-
a
-
c $1
fi