Igrom / sega-animation-generator

Spoof the SEGA 'glint' animation using a custom logo. See https://www.youtube.com/watch?v=kLVelULW1zE.
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

Replace eval #1

Open Igrom opened 5 years ago

Igrom commented 5 years ago

because eval is evil.

The functionality that eval provides could be replaced with a bash array and "${draw_commands[@]}".