Delete 'blog/gophermap'

This commit is contained in:
JaydenMW 2021-03-04 21:11:23 +00:00
parent 1c085d1640
commit 59d7ed9fcd
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
#!/usr/bin/env sh
printf "my bashblog posts\n"
user=$(stat -c '%U' .)
for post in $(ls -t *.md); do
post=$(basename $post)
printf "0$post\t/~$user/blog/$post\ttilde.team\t70\n"
done