Version 2

This commit is contained in:
jaseg 2023-06-30 18:59:44 +02:00
parent 093b2c2df4
commit df73bd73c9
10 changed files with 1890 additions and 3564 deletions

13
debug_install.sh Normal file
View file

@ -0,0 +1,13 @@
#!/bin/sh
PLUGIN_NAME=security_mesh
XDG_CONFIG_HOME="${XDG_CONFIG_HOME-$HOME/.config}"
KICAD_BASE="${1-$XDG_CONFIG_HOME/kicad}"
PLUGIN_DIR="$KICAD_BASE/scripting/plugins/$PLUGIN_NAME"
rm -rf "$PLUGIN_DIR"
mkdir -p "$PLUGIN_DIR"
cp -r * $PLUGIN_DIR/