Ramblings

This commit is contained in:
vxclutch
2026-05-25 16:11:20 -04:00
parent bfb79d8d64
commit 682f08ab84
6 changed files with 102 additions and 11 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
. $1
printf '{"news":%s,"quote":%s,"ramblings":%s,"ramblings_path":"%s"}\n' "$news" "$quote" "$ramblings" "$ramblings_path"
printf '{"news":%s,"quote":%s,"ramblings":%s,"ramblings_path":"%s","article_path":"%s"}\n' "$news" "$quote" "$ramblings" "$ramblings_path" "$article_path"