diff options
author | Christian Starkjohann <cs+github@obdev.at> | 2008-04-17 19:30:20 +0000 |
---|---|---|
committer | Christian Starkjohann <cs+github@obdev.at> | 2008-04-17 19:30:20 +0000 |
commit | 63550e9620b6c111d6ed8a4096e7ea69023c1724 (patch) | |
tree | 90c37cfe36c05bbafae975198417595996a4e02e | |
parent | 1c8a62d484550aba8db26ffb7202daa3d3a76396 (diff) | |
download | v-usb-63550e9620b6c111d6ed8a4096e7ea69023c1724.tar.gz v-usb-63550e9620b6c111d6ed8a4096e7ea69023c1724.tar.bz2 v-usb-63550e9620b6c111d6ed8a4096e7ea69023c1724.zip |
- added make-files.sh script
-rwxr-xr-x | make-files.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/make-files.sh b/make-files.sh new file mode 100755 index 0000000..d043d55 --- /dev/null +++ b/make-files.sh @@ -0,0 +1,10 @@ +#!/bin/sh +# Author: Christian Starkjohann +# Creation Date: 2008-04-17 +# Tabsize: 4 +# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH +# License: GNU GPL v2 (see License.txt) or proprietary (CommercialLicense.txt) +# This Revision: $Id$ + + +find . -mindepth 2 -name 'make-files.sh' -exec sh -c "cd \`dirname {}\`; ./make-files.sh \"$1\"" \; |