Skip to content

Instantly share code, notes, and snippets.

@gboudreau
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gboudreau/812bf8b8e3e88be46cda to your computer and use it in GitHub Desktop.
Save gboudreau/812bf8b8e3e88be46cda to your computer and use it in GitHub Desktop.
Greyhole debugging
#!/bin/sh
{
ls -la /mnt/GreyholeHDDs/*/GH/Media/TV\ Shows/Breaking\ Bad/Season\ 01
ls -la /mnt/GreyholeHDDs/1TbSeagate/LZ/Media/TV\ Shows/Breaking\ Bad/Season\ 01
} > /tmp/greyhole_sysinfo_3
echo "Here's the URL you will need to give the to person who's helping you:"
cat /tmp/greyhole_sysinfo_3 | curl -F 'sprunge=<-' http://sprunge.us
echo
@gboudreau
Copy link
Author

To use this: curl -Ls http://bit.ly/gh-dbg | sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment