Skip to content

Instantly share code, notes, and snippets.

@slaykovsky
Created March 10, 2017 22:13
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 slaykovsky/10c5dc614c87cc2764ed347462d169f6 to your computer and use it in GitHub Desktop.
Save slaykovsky/10c5dc614c87cc2764ed347462d169f6 to your computer and use it in GitHub Desktop.
#!/bin/sh
if [[ -f /var/tmp/ccache/.restored ]]
then
rsync -avzh -x /var/tmp/ccache/ /usr/portage/local/ccache > /dev/null 2>/var/log/ccache-store.log
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment