3 lines
85 B
Bash
3 lines
85 B
Bash
|
#!/bin/sh
|
||
|
ls -d */*/*/*/ | `dirname $0`/bucketize.sh weekly | `dirname $0`/towiki.sh
|