Linux Startup Script + add one command

Make sure the script file has exectable flag

  chmod filename.sh +x

I would recommend putting it in /etc/rc.local. Also, make sure there is a

  &

at the end of the line of the script so that it runs in the background and doesn't stop other things from running.