4 lines
94 B
Bash
4 lines
94 B
Bash
|
#!/bin/sh
|
||
|
sudo mysql < init.sql
|
||
|
mysql --user=spip --password=password spip < $(realpath "$1")
|