12 lines
140 B
Bash
Raw Normal View History

#!/bin/sh -e
2021-02-13 19:28:59 +03:00
# You need ncurses-devel
git clone https://github.com/runrin/tt.git
cd tt
2021-02-13 19:28:59 +03:00
make
chmod 755 tt
mv -fv tt ~/.local/bin/tt
2021-03-22 23:27:49 +03:00
cd ..