From df73bd73c94a3c3166171291f784ff19bfffc505 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 30 Jun 2023 18:59:44 +0200 Subject: Version 2 --- kimesh/debug_install.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 kimesh/debug_install.sh (limited to 'kimesh/debug_install.sh') diff --git a/kimesh/debug_install.sh b/kimesh/debug_install.sh deleted file mode 100644 index e928738..0000000 --- a/kimesh/debug_install.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/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/ - -- cgit