3 lines
57 B
Plaintext
3 lines
57 B
Plaintext
|
#!/bin/sh
|
||
|
mysql -u spip --password=password spip -e "$*"
|