This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
### Uberspace Backup-Script by SIRprise | |
## merge of | |
## https://www.gehaxelt.in/blog/ueberspace-backupscript/ | |
## and | |
## https://sebastian-doering.net/linux/vollstaendiges-uberspace-backup/ | |
## because the first one does not backup home and the second creates an empty www folder | |
## Version 0.9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
AnalogReadSerial | |
Reads an analog input on pin 0, prints the result to the serial monitor. | |
Attach the center pin of a potentiometer to pin A0, and the outside pins to +5V and ground. | |
This example code is in the public domain. | |
Upload this to the Arduino using the Arduino IDE! | |
*/ |
NewerOlder