Reinhard Poetz wrote:
Vadim Gritsenko wrote:
Reinhard Poetz wrote:
Could somebody help me with an additional script which recursivly scans for the download scripts, sets the "x" attribute on the file and executes it then?

Sure; what's the script name / name pattern?

It will be located in apidocs/create-apidocs.sh

This will do it:

  find . -name "create-apidocs.sh" | grep apidocs | xargs bash


Vadim

Reply via email to