Skip to content
hlodowig edited this page Apr 30, 2012 · 15 revisions

LSF Project: Library System Framework

(DRAFT)

Installation

First you'll need to make sure your system has Bash.

Or if you have git installed, then just clone it:

git clone git://github.com/hlodowing/lsf.git ~/lsf

Include LSF command in PATH environment varible.

export PATH=$HOME/lsf/bin:$PATH

Usage

MODE 1: LSF Source

To activate lsf, you need to source it from your bash shell

. ~/lsf/lsf.sh

I always add this line to my ~/.bashrc or ~/.profile file to have it automatically sources upon login.

MODE 2: LSF Command

Load bash script with LSF command and libraries.

lsf script.sh

MODE 3: LSF Shell

LSF environment and load all standard libraries.

lsf-shell
Clone this wiki locally