making progress
This commit is contained in:
commit
a21f9d909c
8 changed files with 1700 additions and 0 deletions
13
plugin/debug_install.sh
Normal file
13
plugin/debug_install.sh
Normal 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/
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue