#!/bin/sh


echo "GOT: Turning on power..."
#pci -w 9048 f0
#sleep 0.1

pci -w 9048 00
sleep 0.1

echo "....done!****"