From 120b0999b4d996f4e9a0d78975f7ef4923b95e7e Mon Sep 17 00:00:00 2001 From: stkhan Date: Sat, 19 Jun 2021 10:42:51 -0500 Subject: Remove tmp dir Former-commit-id: f9a9e87a5573b8c6549d802405fa53c78ec419b9 --- sd/bin/sarc_compile | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100755 sd/bin/sarc_compile (limited to 'sd/bin/sarc_compile') diff --git a/sd/bin/sarc_compile b/sd/bin/sarc_compile deleted file mode 100755 index 5c1a541..0000000 --- a/sd/bin/sarc_compile +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh -# A script to compile sarc - -dwm="dwm-6.2" -st="st" -dmenu="dmenu-5.0" - -echo "Welcome to the sarc installation!" -echo - -echo "What theme do you want to use?" -echo -ls themes/ -echo -echo "Enter what theme you would like to use:" && read theme -echo -echo "Theme is $theme" -echo -echo $theme >> /tmp/theme -pwd - -cp themes/$theme theme.h - -cd $dwm -make clean -make -s - -cd ../dwmblocks -make -s - -cd ../$st -make clean -make -s - -cd ../$dmenu -make -s - -cd .. - -rm theme.h -echo "Compilation is complete! Run sarc_install to install it" -- cgit v1.2.3