summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdate_hugo_page.sh6
1 files changed, 6 insertions, 0 deletions
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