# Compiled by Polo Chau, by adapting Igor's StackOverflow answer on # http://stackoverflow.com/questions/489277/script-to-convert-mysql-dump-sql-file-into-format-that-can-be-imported-into-sqli #!/bin/sh if [ "x$1" == "x" ]; then echo "" echo "Usage: $0 " echo "This is a shell script that imports a MySQL dumpfile into an SQLite database." echo "Tested on a Mac with OS X 10.8.2 (late 2012)" echo "Cr