Skip to content

Instantly share code, notes, and snippets.

View israeleriston's full-sized avatar

Israel Ériston israeleriston

  • MGA Gestão Pública
  • Brasil
View GitHub Profile
@israeleriston
israeleriston / atom.md
Created September 8, 2017 05:46 — forked from vinicius73/atom.md
My default Atom packages and theme
@israeleriston
israeleriston / postman-deb.sh
Created September 4, 2017 06:13 — forked from SanderTheDragon/postman-deb.sh
A shellscript to create a Postman .deb file, for simple installation on Debian-based Linux distro's. Also creates a .desktop file.
#!/bin/sh
versionMaj="1"
versionMin="0"
versionRev="1"
version="$versionMaj.$versionMin-$versionRev"
echo "Removing old Postman tarballs"
rm -f $(ls Postman*.tar.gz)