This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
salix
Watch
3
Star
4
Fork
You've already forked salix
0
Code
Issues
Pull Requests
59
Releases
Wiki
Activity
62679342a7
salix
/
services
/
db
/
03-changes.sh
7 lines
103 B
Bash
Raw
Blame
History
#!/bin/bash
for
file in changes/*/*.sql
;
do
echo
"
Importing
$file
"
mysql -u root <
$file
done
View Git Blame
Copy Permalink