#!/bin/sh

FILELIST=0_files.txt

for f in $(cat $FILELIST) ; do
  ln -sf $f
done