Skip to content

Instantly share code, notes, and snippets.

@geraintwhite
Last active November 26, 2015 11:15
Show Gist options
  • Select an option

  • Save geraintwhite/64ce70529da0878d3363 to your computer and use it in GitHub Desktop.

Select an option

Save geraintwhite/64ce70529da0878d3363 to your computer and use it in GitHub Desktop.
Get ChromeOS file:// URL for files in crouton.
function file-url {
echo "file:///home/chronos/user$(echo $([ "$1" ] && readlink -e "$1" || pwd -P) | sed "s@$HOME@@")"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment