Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
8
.bin/OLD/lsblog
Executable file
8
.bin/OLD/lsblog
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
. $HOME/.bin/_config
|
||||
|
||||
printf "Blog Index:\n"
|
||||
ssh $USER@$DOMAIN "find $LOCAL_PATH/posts -type f -maxdepth 1 \
|
||||
-exec printf '{}|' \; -exec head -1 '{}' \; \
|
||||
| sed 's,.*/,,'| sort | column -s'|' -t "
|
||||
|
||||
Reference in New Issue
Block a user