10 lines
200 B
Bash
Executable File
10 lines
200 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# git clone https://git.drinkingtea.net/david/st.git
|
|
|
|
# pushd st > /dev/null
|
|
# sudo make clean install
|
|
# popd > /dev/null
|
|
|
|
echo "TODO: st build not yet done, skipping this install for now"
|