Update 2023-01-19 15:36 OpenBSD/amd64

This commit is contained in:
c0dev0id 2023-01-19 15:36:48 +01:00
parent 6f42dc1099
commit 1017811182
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ cd /home/sdk/.reminders
export COLUMNS=80
remind -s+2 /home/sdk/.reminders \
remind -n -s+2 /home/sdk/.reminders | sort -n \
| cut -d" " -f1 -f6- \
| sort \
| sed 's|\(....\)/\(..\)/\(..\) \([^ ]*\) \([^\|]*\).*|\3.\2.\1 \| \4 \| \5|g' \