#!/bin/bash
NEWSPEED=$1
if [ -n "$NEWSPEED" ] ; then 
	cpugov userspace $1
else
	cpugov
fi
