3 lines
83 B
Bash
Executable File
3 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
git grep -l doctest Lib/ | PYTHONPATH="Lib:$PYTHONPATH" xargs -n1 python
|