nohup /bin/bash import.sh 1>&2 2>log &
for i in `ls` ; do echo "mysql -u\$1 -p\$2 \$3<$i">>import.sh ;done