5 lines
116 B
Bash
Executable File
5 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
# Script used to filter Python files such that it can be used together with
|
|
# Doxygen
|
|
doxypypy -a -c $1
|