run a command inside an existing screen session from a bash script

screen -S test -X eval 'stuff ls\015'

,