Skip to content

Instantly share code, notes, and snippets.

@ma2shita
Created November 6, 2019 00:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ma2shita/ce40d5794146dbd147d5cb63eb3eb841 to your computer and use it in GitHub Desktop.
Save ma2shita/ce40d5794146dbd147d5cb63eb3eb841 to your computer and use it in GitHub Desktop.
Let's try IoT Prototyping / Fixed point camera with RPi (timer_shooting / implementation)
#!/bin/bash
echo "$0"
echo "shooting!" | nc localhost 19000
echo "$0 END"
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment