Skip to content

Instantly share code, notes, and snippets.

@teol
teol / postman-deb.sh
Created May 25, 2018 15:54 — 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
script=`basename "$0"`
if [ $# -gt 0 ] && [ "$1" = "-e" ]; then
e="-e"
fi
echo "Removing old Postman tarballs"
rm -f $(ls Postman*.tar.gz)
@teol
teol / magnet-links-bittorrent.php
Created August 5, 2017 10:43 — forked from hakre/magnet-links-bittorrent.php
Magnet links library for PHP