mirror of
https://git.poridge.club/aurel1on/dwm-cute.git
synced 2024-11-10 02:00:25 +03:00
9 lines
57 B
Plaintext
9 lines
57 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cd ~/dwm
|
||
|
|
||
|
make -j4
|
||
|
make install
|
||
|
|
||
|
killall dwm
|