diff options
Diffstat (limited to 'latest-post.sh')
-rwxr-xr-x | latest-post.sh | 5 |
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) |