Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
11
.bin/OLD/port-deleter
Executable file
11
.bin/OLD/port-deleter
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
while true;
|
||||
do
|
||||
PORT=$(pkg_info -mz | fzf -e --sync --bind start:last)
|
||||
[ ! -z $PORT ] \
|
||||
&& doas pkg_delete -c "$PORT"
|
||||
[ -z $PORT ] \
|
||||
&& exit 0
|
||||
done
|
||||
pkg_delete -ac
|
||||
Reference in New Issue
Block a user