Bartozzz / offchan.org

WIP: Offchan is a modern, real-time, anonymous cyberpunk image board. The main themes are programming, technology, science, psychology and philosophy.
https://offchan.org
GNU General Public License v3.0
21 stars 1 forks source link

#!/bin/sh vs #!/usr/bin/env bash #55

Closed kspalaiologos closed 5 years ago

kspalaiologos commented 5 years ago

Let's look at this line - it would be better to use /bin/sh to ensure portability and security (first variant reduces code injection possibilities).