summaryrefslogtreecommitdiff
path: root/st.sh
diff options
context:
space:
mode:
Diffstat (limited to 'st.sh')
-rwxr-xr-xst.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/st.sh b/st.sh
deleted file mode 100755
index 1f5a8be..0000000
--- a/st.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-cwd=$(pwd)
-mkdir -p $HOME/Compilation
-git clone https://github.com/ChausseBenjamin/st.git $HOME/Compilation/st
-cd $HOME/Compilation/st
-make && sudo make install
-cd "$cwd"