Project

General

Profile

1
#!/bin/sh
2
set -o errexit
3
cd "$(dirname "$0")"
4

    
5
./_MySQL/import
(6-6/11)