From 1a5ea320b7a442561f819b4f78a11ebfb7d950f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilhem=20Faur=C3=A9?= Date: Fri, 14 Apr 2023 08:43:07 +0000 Subject: [PATCH] mysql wrapper to query the db --- db | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 db diff --git a/db b/db new file mode 100755 index 0000000..e17196f --- /dev/null +++ b/db @@ -0,0 +1,2 @@ +#!/bin/sh +mysql -u spip --password=password spip -e "$*"