Update 2024-10-04 13:30 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2024-10-04 13:30:08 +02:00
parent 0f9d3df869
commit e6c9844e61
7 changed files with 8 additions and 104 deletions

View File

@@ -5,15 +5,14 @@
clear
. ~/.ksh/porttools.ksh
printf '\n---------------------------------------------------------------------\n'
grep -E 'Subject: |^Index|^RCS|^diff --git|^file +|^[-+]{3} ' "${1}"
printf '---------------------------------------------------------------------\n\n'
printf "Apply patch on path? "
read -r _path
_path=$(port-jump $_path; pwd)
_path="$(port-jump $_path | fzf)"
cd $_path
print "Using: $_path"