diff options
| author | Nikita Kostovsky <nikita@kostovsky.me> | 2026-03-14 11:29:20 +0100 |
|---|---|---|
| committer | Nikita Kostovsky <nikita@kostovsky.me> | 2026-03-14 11:29:20 +0100 |
| commit | 93429c0dd362bd6affda3bef1935ac80e6d9b002 (patch) | |
| tree | 334ab4b66c8a7f75a6f4bdff073d6e9e066349e1 | |
| parent | 3c7f8cd0ab8b99c166b2e9f821c3504eeefda008 (diff) | |
update_hugo_page.sh
| -rwxr-xr-x | update_hugo_page.sh | 6 |
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 |
