fohtla / Fallout3Terminal

A recreation of the Fallout 3 terminal via a linux bash script! Requires cool-retro-term, sox and pv installed as packages.
MIT License
259 stars 17 forks source link

Avoid using 'function' before declaring functions. #2

Closed ManorSailor closed 4 years ago

ManorSailor commented 4 years ago

There's no need to use fucntion myfunc () cause its deprecated now. You can simply define your functions like myfunc(). It's just deprecated.

You can read about it here