10b9f1c9c49821225a28e910fef292ead73eff0d
images/focus.png
| ... | ... | Binary files /dev/null and b/images/focus.png differ |
images/focus_on.gif
| ... | ... | Binary files /dev/null and b/images/focus_on.gif differ |
images/target_chest.png
| ... | ... | Binary files /dev/null and b/images/target_chest.png differ |
images/target_eyes.png
| ... | ... | Binary files /dev/null and b/images/target_eyes.png differ |
images/target_groin.png
| ... | ... | Binary files /dev/null and b/images/target_groin.png differ |
images/target_head.png
| ... | ... | Binary files /dev/null and b/images/target_head.png differ |
images/target_left_arm.png
| ... | ... | Binary files /dev/null and b/images/target_left_arm.png differ |
images/target_left_leg.png
| ... | ... | Binary files /dev/null and b/images/target_left_leg.png differ |
images/target_mouth.png
| ... | ... | Binary files /dev/null and b/images/target_mouth.png differ |
images/target_right_arm.png
| ... | ... | Binary files /dev/null and b/images/target_right_arm.png differ |
images/target_right_leg.png
| ... | ... | Binary files /dev/null and b/images/target_right_leg.png differ |
upload.sh
| ... | ... | @@ -0,0 +1,4 @@ |
| 1 | +#!/bin/bash |
|
| 2 | +eval `ssh-agent` |
|
| 3 | +ssh-add ~/.ssh/keys/orbit |
|
| 4 | +git push --force origin main |