aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-06-01 19:51:04 -0300
committerEuAndreh <eu@euandre.org>2022-06-01 19:51:11 -0300
commit5e4259b2a6e67e974ed16b74a75aa0ba5c4a2581 (patch)
tree1ebc215957232786428ccc6b0d6ee4a2029cac49
parentsrc/bin/pb: Fix sed expression (diff)
downloadeuandre.org-5e4259b2a6e67e974ed16b74a75aa0ba5c4a2581.tar.gz
euandre.org-5e4259b2a6e67e974ed16b74a75aa0ba5c4a2581.tar.xz
src/bin/pb: Use 'e' over 'vipe'
Diffstat (limited to '')
-rwxr-xr-xsrc/bin/pb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pb b/src/bin/pb
index 04ac664..b3e0bc0 100755
--- a/src/bin/pb
+++ b/src/bin/pb
@@ -138,7 +138,7 @@ URL="$(url "$DATE" "$SLUG")"
# shellcheck disable=2064
trap "rm -f '$OUT-tmp'" EXIT
-cat <<-EOF | vipe > "$OUT-tmp"
+cat <<-EOF | e > "$OUT-tmp"
---
title: $TITLE