Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- if [ $# = 0 ]
- then
- echo Usage : $0 *data*
- else
- screen -S arduino -X eval "stuff $1"
- echo screen -S arduino -X eval "stuff $1"
- fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement