Technical stuff, mostly
If you have a prefix, the coolest way is like the following:
export ${!KONG_*}
If you want everything:
eval $(printenv | awk -F= '{ print "export " $1 }')
Publicar un comentario
No hay comentarios:
Publicar un comentario