diff options
| author | stkhan <personal@slickd.xyz> | 2023-03-19 13:21:01 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2023-03-19 13:21:01 -0500 |
| commit | 9ee0f03e1d4aef224542b5c3ea6d059dd4fe363b (patch) | |
| tree | 9b8231f93a0206863930468fd833b34311892671 /scripts/plugin.sh | |
| parent | da8efb41044c6c7503c51b4e594d2d5c4ce92a96 (diff) | |
Remove scripts
Diffstat (limited to 'scripts/plugin.sh')
| -rwxr-xr-x | scripts/plugin.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/plugin.sh b/scripts/plugin.sh deleted file mode 100755 index f5aa0ab..0000000 --- a/scripts/plugin.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -mkdir -p plugins/.inuse -echo "Enter path to plugin:" && read file -cp $file plugins/.inuse/ -patch -p1 $file |