Skip to content

Commit

Permalink
combine twitter and markdown binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
wizicer committed Sep 4, 2024
1 parent 46b2ec0 commit 485caea
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/zkweekly/bin/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
output.md
twitter.md
markdown.md
env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
if ! [ -n "$input" ]; then
input=$1
fi
output="output.md"
output="markdown.md"

pandoc "$input" -o "$output"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

input=../2024/q3.md
output="output.md"
output="twitter.md"

sedi=(-i) && [ "$(uname)" == "Darwin" ] && sedi=(-i '')

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion docs/zkweekly/twitter/.gitignore

This file was deleted.

0 comments on commit 485caea

Please sign in to comment.