6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
cd $HOME/.dotfiles/tmux/plugins/tmux-mem-cpu-load
|
|
cmake .
|
|
make
|
|
sudo make install
|