From 93429c0dd362bd6affda3bef1935ac80e6d9b002 Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Sat, 14 Mar 2026 11:29:20 +0100 Subject: update_hugo_page.sh --- update_hugo_page.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 update_hugo_page.sh diff --git a/update_hugo_page.sh b/update_hugo_page.sh new file mode 100755 index 0000000..fad15f2 --- /dev/null +++ b/update_hugo_page.sh @@ -0,0 +1,6 @@ +#!/bin/bash +GIT=~/git +$GIT/driving_license/show_all.sh > /tmp/out +cat ${GIT}/driving_license/driving_license.md > /tmp/out.md +cat /tmp/out | ${GIT}/driving_license/output2md.sh >> /tmp/out.md +cp /tmp/out.md ${GIT}/wishlist/content/blog/driving_license.md -- cgit v1.3