I reuploaded this one since my fork didnt get recognized for codevember.
Here you can see a cloud flying by and pouring rain all over my Avatar. Some functions were made by kittykatattack. https://github.com/kittykatattack/learningPixi
| #!/bin/bash | |
| { | |
| echo "Started phone backup at " $(date) >> /home/kris/scripts/backup/phone-backup-log.txt | |
| backupFolder=phone_$(date +%d_%m_%Y) | |
| mkdir /home/kris/backups/$backupFolder | |
| cd /home/kris/backups | |
| adb pull /sdcard/DCIM/Camera $backupFolder | |
| adb pull /sdcard/Documents $backupFolder | |
| adb pull /sdcard/Pictures $backupFolder | |
| zip -r $backupFolder.zip $backupFolder |
| #!/bin/sh | |
| sleep 2 | |
| backupFunction(){ | |
| cd /home/kris/backupdrive | |
| if [ $(find pc_* -mtime +30 -print) ] | |
| then |
I reuploaded this one since my fork didnt get recognized for codevember.
Here you can see a cloud flying by and pouring rain all over my Avatar. Some functions were made by kittykatattack. https://github.com/kittykatattack/learningPixi
Player vs beast, created with pixijs. Some functions were made by kittycatattack. https://github.com/kittykatattack/learningPixi