summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test.sh b/test.sh
new file mode 100755
index 0000000..57e6f20
--- /dev/null
+++ b/test.sh
@@ -0,0 +1,6 @@
+. ~/.config/b4rcms/basics.sh
+
+for FILE in $(ls $ROOT/blogposts); do
+ DATE=$(date -d @$(grep $FILE $DB/blogposts.txt |cut -c -10) -R )
+ echo $DATE
+done