mysql wrapper to query the db

This commit is contained in:
Guilhem Fauré 2023-04-14 08:43:07 +00:00
parent 51b7ab6c5a
commit 1a5ea320b7

2
db Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
mysql -u spip --password=password spip -e "$*"