Skip to content

Instantly share code, notes, and snippets.

@SwagDevOps
Created June 21, 2020 15:17
Show Gist options
  • Save SwagDevOps/81db050bdfa15797dc33f446b091e5e1 to your computer and use it in GitHub Desktop.
Save SwagDevOps/81db050bdfa15797dc33f446b091e5e1 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
# Some (useful) shell tricks.
set -eux
# read from deb file without extracting to the filesystem
dpkg --fsys-tarfile gitkraken.deb | tar xOf - ./usr/share/gitkraken/version > VERSION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment