gentoo-zh/setting_id.sh
2011-06-11 20:17:32 +08:00

5 lines
149 B
Bash
Executable File

#!/bin/bash
find . -type f -name ChangeLog -exec svn ps svn:keywords Id \{\} \;
find . -type f -name \*.ebuild -exec svn ps svn:keywords Id \{\} \;