From e7fa8e394c8a709117fc6a11387d356dad972255 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 4 Dec 2021 10:58:26 +0200 Subject: [PATCH] hcl2json alias. Just json2hcl in reverse. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 340c5d4..a4c766e 100644 --- a/.bashrc +++ b/.bashrc @@ -99,6 +99,7 @@ alias gcc='gcc --std=c99 -Wall -Wextra -Werror -pedantic' alias gen-mac='hexdump -n5 -e '\''"02" 5/1 ":%02X" "\n"'\'' /dev/urandom' alias gen-ssh-config="rc_make .ssh/config" alias green="printf '\e[1;92m%s\e[0m\n'" +alias hcl2json='json2hcl -reverse' alias hostlocal='docker run --rm --privileged --net=host docker.io/gliderlabs/hostlocal' alias http-server='python3 -m http.server 8080' alias httpbin='gunicorn httpbin:app --bind 0.0.0.0:8080' -- GitLab