Something
public text v1 · immutable#!/bin/sh
cd /glftpd/site/ARCHiVE/0DAY
for RLS in $(find * -mindepth 4 -maxdepth 4 -type d); do
/glftpd/bin/rescan --chroot /glftpd --dir=/site/ARCHiVE/0DAY/$RLS;
/glftpd/bin/dupediradd `echo $RLS | cut -d \/ -f 5`;
done