dotfiles for servers
at main 6 lines 141 B view raw
1#!/usr/bin/env sh 2 3# only print packages that were upgraded (crude) 4doas pkg_add -uv | grep "ok" || true 5 6# vim: ai et ft=sh sts=4 sw=4 ts=4