App-llenv icon indicating copy to clipboard operation
App-llenv copied to clipboard

This is Perl module App::llenv.

INSTALLATION

$ curl -kL https://raw.github.com/riywo/App-llenv/master/llenv-install | bash

and add your .bashrc or something

export LLENV_ROOT=$HOME/llenv
export LLENV_OSTYPE=`$LLENV_ROOT/bin/ostype`
export PATH=$LLENV_ROOT/bin:$PATH

DOCUMENTATION

Under Construction...

LICENSE AND COPYRIGHT

Copyright (c) 2012, riywo. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.