mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-17 23:18:49 -04:00
5 lines
149 B
Bash
Executable File
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 \{\} \;
|