All pastes #2065192 Raw Edit

Something

public text v1 · immutable
#2065192 ·published 2011-05-20 04:21 UTC
rendered paste body
#!/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