Update 2025-01-01 10:04 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2025-01-01 10:04:08 +01:00
parent 6b2b5ae779
commit 1c9a2b446a
5 changed files with 48 additions and 0 deletions

15
.bin/update-mystuff Executable file
View 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