Skip to content

Instantly share code, notes, and snippets.

@ChlorideCull
Created August 2, 2013 16:15
Show Gist options
  • Save ChlorideCull/6141176 to your computer and use it in GitHub Desktop.
Save ChlorideCull/6141176 to your computer and use it in GitHub Desktop.
This (too) simple shell script links the incorrectly placed CCC and accompanying binaries to /bin, so that you can use them without digging through the entire fucking filesystem.
#!/bin/sh
ln /usr/lib/fglrx/bin/amdcccle /bin/amdcccle
ln /usr/lib/fglrx/bin/amdupdaterandrconfig /bin/amdupdaterandrconfig
ln /usr/lib/fglrx/bin/amdxdg-su /bin/amdxdg-su
echo Linked binaries from /usr/lib/fglrx/bin to /bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment