#!/bin/bash

# Install QLA2X00 driver.

echo "Extracting QLogic driver source..."

tar xfz ./qla2x00src-*.tgz

echo "Done."
