No need for a program. Turtle movement controls are built-in to the shell via the "go" command.
> go fd 3 lt fd 2 rt back 4
"Go forward 3, turn left, forward 2, turn right, go back 4"
you can also put numbers on the lt/rt.
> go lt 2
Will turn the turtle 180 degrees.