Don't need that anymore. Needed it to migrate from old PictShare storage system

This commit is contained in:
Christian Haschek
2015-10-27 17:18:48 +01:00
parent b5d415a3f9
commit 7c104db66f

View File

@@ -1,8 +0,0 @@
cd originals/
for f in *
do
echo "Processing $f"
mkdir ../upload/$f
cp $f ../upload/$f/$f
done