Why Nostr? What is Njump?
2024-06-10 20:07:08

npub1q8…jnv5q on Nostr: commit d54377013871add8d2443b59aeabc4985bc7f875 Author: randymcmillan ...

commit d54377013871add8d2443b59aeabc4985bc7f875
Author: randymcmillan <[email protected]>
Date: Sun May 19 15:53:26 2024 -0400

script.sh

diff --git a/script.sh b/script.sh
new file mode 100755
index 0000000..a886c80
--- /dev/null
+++ b/script.sh
@@ -0,0 +1,16 @@
+#!/usr/bin/env bash
+for doc in $(ls *.md);do \
+echo $doc; \
+pandoc --ascii $doc | \
+sed 's/.md/.md.html/g' > docs/$doc.html;done;
+
+for doc in $(ls *.md);do \
+echo $doc; \
+pandoc --ascii -t plain $doc | \
+sed 's/.md/.txt/g' > docs/$doc.txt;done;
+
+for doc in $(ls *.md);do \
+echo $doc; \
+pandoc -s $doc | \
+sed 's/.md/.md.css.html/g' > docs/$doc.css.html;done;
+exit
Author Public Key
npub1q8zg9qvez25sqgnkwr8gk53asjqv34tdtzgwdx8k39ywt6kngjfskjnv5q