summaryrefslogtreecommitdiff
path: root/st.sh
blob: 1f5a8be399bdf77add197c28699f9e930dafcaec (plain)
1
2
3
4
5
6
7
8
#!/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"