66-writenv stores its environment variables at a specific file location.
66-writenv [ -h ] [ -m mode ] dir file
key=value
pair and thoses one per line. dir must be an absolute path. -h : prints this help.
-m mode : create dir with mode mode if it doesn't exist yet. Default is 0755
.