wireshark/tools/svnadd
Jeff Morriss 8c2b702670 Move svnadd to the tools directory.
svn path=/trunk/; revision=29866
2009-09-11 18:15:46 +00:00

5 lines
78 B
Bash
Executable file

#!/bin/sh
svn add $*
svn ps svn:keywords Id $*
svn ps svn:eol-style native $*