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
| // enable drive api service | |
| // manually set a time-driven trigger(the alarm icon) that runs monthly after 25th evening, | |
| function entrypoint() { | |
| return main(); | |
| } | |
| function deIndent(str) { | |
| return str.replace(/^[ \t]+/gm, ""); | |
| } |
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
| network: | |
| version: 2 | |
| ethernets: | |
| enp9s0: | |
| dhcp4: false | |
| wifis: | |
| wlan0: | |
| access-points: | |
| "wifi": | |
| password: "pass" |