summaryrefslogtreecommitdiff
path: root/latest-post.sh
diff options
context:
space:
mode:
Diffstat (limited to 'latest-post.sh')
-rwxr-xr-xlatest-post.sh5
1 files changed, 0 insertions, 5 deletions
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)