From 1aef05b59c51c2e515b0cee03e8b8c45a9108def Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 30 Jan 2013 14:56:37 +0100 Subject: //util with: initial commit --- util/README.markdown | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 util/README.markdown (limited to 'util/README.markdown') diff --git a/util/README.markdown b/util/README.markdown new file mode 100644 index 00000000..7d6a9774 --- /dev/null +++ b/util/README.markdown @@ -0,0 +1,27 @@ +# various utils + +## //util/bin/with + + execute a command with an extended/modified environment + +### usage + + with ENV COMMAND + + where `ENV` is the name of the environment and + `COMMAND` your to-be-executed command (-line). + +### environment + + - `env_dir` defines the directory where environment files are searched. + Default: `$HOME/.env.d`. + +### example + + cat > ~/.with/frh-ire <