mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-18 23:38:57 -04:00
5 lines
149 B
Bash
5 lines
149 B
Bash
#!/bin/bash
|
|
|
|
find . -type f -name ChangeLog -exec svn ps svn:keywords Id \{\} \;
|
|
find . -type f -name \*.ebuild -exec svn ps svn:keywords Id \{\} \;
|