Skip to content

Instantly share code, notes, and snippets.

@MartijnBraam
Created August 20, 2017 10:48
Show Gist options
  • Save MartijnBraam/334f39795ab20037f828ecf13acf1170 to your computer and use it in GitHub Desktop.
Save MartijnBraam/334f39795ab20037f828ecf13acf1170 to your computer and use it in GitHub Desktop.
~ ❯❯❯ getfattr pmbootstrap-master.zip
# file: pmbootstrap-master.zip
user.xdg.origin.url
user.xdg.referrer.url
~ ❯❯❯ getfattr -n user.xdg.origin.url pmbootstrap-master.zip
# file: pmbootstrap-master.zip
user.xdg.origin.url="https://codeload.github.com/postmarketOS/pmbootstrap/zip/master"
~ ❯❯❯ getfattr -n user.xdg.referrer.url pmbootstrap-master.zip
# file: pmbootstrap-master.zip
user.xdg.referrer.url="https://github.com/postmarketOS/pmbootstrap"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment