| Assignment | |
|---|---|
Assign value to variable if variable is not already set, value is returned.Combine with a : no-op to discard/ignore return value. |
${variable="value"}: ${variable="value"} |
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
| --============================================================================== | |
| -- conky_orange.lua | |
| -- | |
| -- author : SLK | |
| -- version : v2011062101 | |
| -- license : Distributed under the terms of GNU GPL version 2 or later | |
| -- | |
| -- modified: me | |
| -- version : v20171027 | |
| -- notes : works on 4k screen. uses conky conf newer >v1.1 |
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
| #!/usr/bin/env bash | |
| # PiVPN: Trivial OpenVPN setup and configuration | |
| # Easiest setup and mangement of OpenVPN on Raspberry Pi | |
| # http://pivpn.io | |
| # Heavily adapted from the pi-hole.net project and... | |
| # https://github.com/StarshipEngineer/OpenVPN-Setup/ | |
| # | |
| # Install with this command (from your Pi): | |
| # | |
| # curl -L https://install.pivpn.io | bash |
(The below text is licensed with CC0, which means that if you want to use or translate it, that is OK by me.)
Ok, I geeked out, and this is probably more information than you need. But it completely answers the question. Sorry. ☺
Locally, I'm at this commit:
$ git show
commit d6cd1e2bd19e03a81132a23b2025920577f84e37
Author: jnthn <[email protected]>
Date: Sun Apr 15 16:35:03 2012 +0200