I hereby claim:
- I am BrekiTomasson on github.
- I am breki (https://keybase.io/breki) on keybase.
- I have a public key whose fingerprint is 9D21 DC2D 157F 95D4 FAB6 A6E9 11A2 7841 3784 D247
To claim this, I am signing this object:
#!/bin/bash | |
TARGET=/mnt/user/Media/handbrake/watch/ | |
PUTIO=/mnt/user/Media/PutioTemp/ | |
USERNAME=###REDACTED### | |
PASSWORD=###REDACTED### | |
HOST=ftp.put.io | |
# Exit immediately if Lockfile exists. |
trait IsComparable | |
{ | |
abstract public function getComparisonValue() : int|float|string; | |
/** | |
* @return int<-1, 1> | |
*/ | |
public function compareTo($other) : int | |
{ | |
if (! in_array(self::class, class_uses($other), true)) { |
I hereby claim:
To claim this, I am signing this object: