Skip to content

Instantly share code, notes, and snippets.

@astrophysik928
Created August 7, 2019 01:45
Show Gist options
  • Save astrophysik928/630c000f95c2308858a4d27487eb7a80 to your computer and use it in GitHub Desktop.
Save astrophysik928/630c000f95c2308858a4d27487eb7a80 to your computer and use it in GitHub Desktop.
Raspberry Pi起動後に自動実行(登山情報発信システムとリンク)
#!/bin/bash
sleep 30
cd /home/pi/action/
python updateClimbingInformation.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment