animation/topleft.sh

15 lines
238 B
Bash

#!/bin/bash
###########################
#
# Place a dot at the top left-most
# point at the point the position script
# starts the pen.
#
###########################
bash position.sh set
paxi down
sleep 1
paxi up
bash position.sh reset