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