Skip to content

Instantly share code, notes, and snippets.

@greenchapter
Last active January 13, 2021 20:45
Show Gist options
  • Select an option

  • Save greenchapter/a82f1456b8095b944ce4cfca8a30a5c1 to your computer and use it in GitHub Desktop.

Select an option

Save greenchapter/a82f1456b8095b944ce4cfca8a30a5c1 to your computer and use it in GitHub Desktop.

Revisions

  1. greenchapter revised this gist Jan 13, 2021. No changes.
  2. greenchapter revised this gist Jan 13, 2021. No changes.
  3. greenchapter created this gist Jan 13, 2021.
    5 changes: 5 additions & 0 deletions .bashrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@

    # TAR Tooling
    alias pack='f() { tar -cvf $1.tar $1};f'
    alias compress='f() { tar -cvzf $1.tgz $1};f'
    alias compress7z='f() { 7z a $1.7z $1 };f'