Update 2025-01-01 10:04 OpenBSD/amd64-t14
This commit is contained in:
15
.bin/update-mystuff
Executable file
15
.bin/update-mystuff
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh -xe
|
||||
|
||||
mystuff="
|
||||
/usr/ports/mystuff/x11/st-sdk
|
||||
/usr/ports/mystuff/www/luakit
|
||||
/usr/ports/mystuff/sysutils/libtree
|
||||
/usr/ports/sysutils/tarsnap
|
||||
"
|
||||
|
||||
for p in $mystuff
|
||||
do
|
||||
cd $p
|
||||
make clean=all
|
||||
make reinstall
|
||||
done
|
||||
Reference in New Issue
Block a user