Initial commit

This commit is contained in:
Alec Lombardo 2020-01-11 10:42:36 -05:00
commit b78154d176
8 changed files with 84 additions and 0 deletions

9
startup.sh Normal file
View file

@ -0,0 +1,9 @@
echo $IDRAC_HOST >> /host.txt
echo $IDRAC_USER >> /user.txt
echo $IDRAC_PW >> /pw.txt
echo $FANSPEED >> /fanspeed.txt
echo "Host: `cat /host.txt`"
echo "User: `cat /user.txt`"
echo "PW: `cat /pw.txt`"
echo "Fan speed `cat /fanspeed.txt`"