Add do-all.

parent d032be2f
#! /bin/sh
for i in $(find . -maxdepth 1 -type d ! -name .); do
cd $i;
echo -n "do-all: "; pwd;
"$@"
cd - > /dev/null;
done;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment