From f3340ae5f4ac6c60823bf4d14e1fcdbeaaec353c Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 21 May 2022 14:07:14 -0600 Subject: Remove old code related to static, it's not needed anymore --- latest-post.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 latest-post.sh (limited to 'latest-post.sh') diff --git a/latest-post.sh b/latest-post.sh deleted file mode 100755 index b72841b..0000000 --- a/latest-post.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -postsDir=static/src/_posts - -echo $postsDir/$(ls -1 static/src/_posts | sort -n | tail -n1) -- cgit v1.2.3