making progress

This commit is contained in:
jaseg 2020-08-13 12:41:45 +02:00
commit a21f9d909c
8 changed files with 1700 additions and 0 deletions

13
plugin/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/