localenv v0.3
Tuesday, August 7th, 2007
I just released Localenv v0.3.
localenv is a collection of scripts that run other scripts and replace (configuration) files depending on the current profile, which is determined by the network you’re currently on. It is ideal for laptop owners that move between different networks.
Scripts are provided for discovering which network you’re on (by using known MAC addresses of machines on the network), running scripts in certain directories and changing configuration files.
Changes:
- Added a localenv-run script which is a wrapper that discovers the network and calls localenv-scripts. It’s useful for when you can’t run localenv-scripts `localenv-discover` PATH due to a lack of backtick command expansion.