From ae3cc05ce744fb7c5d6329cca1f2c680db3c4289 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Fri, 21 Jan 2022 22:28:48 -0700 Subject: New fonts, remove external dependencies, clean out unused code, remove twitter stuff --- latest-post.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 latest-post.sh (limited to 'latest-post.sh') diff --git a/latest-post.sh b/latest-post.sh new file mode 100755 index 0000000..b72841b --- /dev/null +++ b/latest-post.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +postsDir=static/src/_posts + +echo $postsDir/$(ls -1 static/src/_posts | sort -n | tail -n1) -- cgit v1.2.3