1
0
mirror of https://github.com/osmarks/website synced 2025-09-04 03:27:54 +00:00

RPNCalcv4 and stuff

This commit is contained in:
2020-11-17 20:41:31 +00:00
parent c179ee8d45
commit f3bde26728
11 changed files with 1443 additions and 9 deletions

View File

@@ -8,7 +8,8 @@
"https://slatestarcodex.com/feed/",
"https://www.rifters.com/crawl/?feed=rss2",
"https://drewdevault.com/feed.xml",
"https://www.giantitp.com/comics/oots.rss",
"https://qntm.org/rss.php"
"https://qntm.org/rss.php",
"https://aphyr.com/posts.atom",
"https://os.phil-opp.com/rss.xml"
]
}

View File

@@ -178,7 +178,7 @@ const runOpenring = async () => {
console.log(arg)
const out = await util.promisify(childProcess.exec)(arg)
console.log(out.stderr)
return out.stdout
return minifyHTML(out.stdout)
}
const run = async () => {