From 4a8c1de79404ac52088e08419957702b99ea7772 Mon Sep 17 00:00:00 2001 From: Benjamin Dweck Date: Thu, 7 Sep 2023 09:24:08 +0000 Subject: [PATCH] added ankictl.sh control script to manage users --- ankictl.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 ankictl.sh diff --git a/ankictl.sh b/ankictl.sh new file mode 100755 index 0000000..a1e4654 --- /dev/null +++ b/ankictl.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +sudo docker-compose exec anki-sync-server ./ankisyncctl.py ${1} ${2} ${3} ${4}