8 lines
127 B
Bash
Executable File
8 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git clone https://git.drinkingtea.net/david/dwm.git
|
|
|
|
pushd dwm > /dev/null
|
|
sudo make clean install
|
|
popd > /dev/null
|