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