Skip to content

Instantly share code, notes, and snippets.

@SomajitDey
SomajitDey / freemium_port_forwarding_services.md
Last active August 23, 2025 10:44
A list of free or freemium services for exposing localhost to internet with a public ip
# Bash best practices and style-guide
Just simple methods to keep the code clean.
Inspired by [progrium/bashstyle](https://github.com/progrium/bashstyle) and [Kfir Lavi post](http://www.kfirlavi.com/blog/2012/11/14/defensive-bash-programming/).
## Quick big rules
* All code goes in a function
* Always double quote variables