Skip to content

Commit

Permalink
improve chances of getting code formatted on github :octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
chicks-net committed Jan 12, 2017
1 parent d3991d6 commit 49cd2ab
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions megatrouble
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
#!/bin/bash

echo "megacli:"
echo '```'

echo "### megacli:"
megacli -pdlist -a0 | egrep 'Slot|^SAS'

echo ""
echo "/dev/disk/by-id:"
echo "### /dev/disk/by-id:"
ls -l /dev/disk/by-id

echo ""
echo "uname:"
echo "### uname:"
uname -a

echo ""
echo "lsb_release"
echo "### lsb_release:"
lsb_release -a

echo '```'

0 comments on commit 49cd2ab

Please sign in to comment.