update
This commit is contained in:
7
install.sh
Normal file
7
install.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
set -eo pipefail
|
||||
|
||||
cd dwm && make && doas make install && cd ..
|
||||
cd st && make && doas make install && cd ..
|
||||
cd slstatus && make && doas make install && cd ..
|
||||
Reference in New Issue
Block a user