Skip to content
Snippets Groups Projects
Commit e7fa8e39 authored by nimrod's avatar nimrod
Browse files

hcl2json alias.

Just json2hcl in reverse.
parent d1958d9d
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment