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 | |
| parent | da8efb41044c6c7503c51b4e594d2d5c4ce92a96 (diff) | |
Remove scripts
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/plugin.sh | 6 | ||||
| -rwxr-xr-x | scripts/set_vars.sh | 5 |
2 files changed, 0 insertions, 11 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 diff --git a/scripts/set_vars.sh b/scripts/set_vars.sh deleted file mode 100755 index 121e8c8..0000000 --- a/scripts/set_vars.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -source ./sarc.config -sed -i "s/SARC_FM/$sarc_fm/g" wm/dwm-6.4/config.h -sed -i "s/SARC_BROWSER/$sarc_browser/g" wm/dwm-6.4/config.h |