Conditional Statements

if [ $SGI_MACHINE = "O2" ]; then

    inst from pluto:/usr/dist/patches/O2
    inst go

elsif [ $SGI_MACHINE = "Octane" ]; then

    inst from pluto:/usr/dist/patches/Octane
    inst go

endif