From 654a30bb363c03d0dd7bdd4aa0c1f3a05a1ccb78 Mon Sep 17 00:00:00 2001 From: stkhan Date: Tue, 4 Oct 2022 20:43:20 -0500 Subject: update scripts --- scripts/plugin.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/plugin.sh (limited to 'scripts/plugin.sh') diff --git a/scripts/plugin.sh b/scripts/plugin.sh new file mode 100755 index 0000000..f5aa0ab --- /dev/null +++ b/scripts/plugin.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +mkdir -p plugins/.inuse +echo "Enter path to plugin:" && read file +cp $file plugins/.inuse/ +patch -p1 $file -- cgit v1.2.3