The license file referred to in this Developer Certificate of Origin
is the LICENSE.md file located in the root directory of this
project's repository.
Version 1.1
Copyright © 2004, 2006 The Linux Foundation and its contributors.
1 Letterman Drive
This Contributor License Agreement is a derivative from the GitHub, Inc's version 298f3afd updated August 9, 2017, copied and modified under the individually granted CC-BY-4.0 terms on November 14, 2017.
The following terms are used throughout this agreement:
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| "github.com/pkg/errors" | |
| ) | |
| type HTTPError struct { |
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| "github.com/pkg/errors" | |
| ) | |
| type HTTPError struct { |
| sudo zypper install u2f-server u2f-host pam_u2f ykclient |
| function timein () | |
| { | |
| [ "${#}" -lt 3 ] && { | |
| echo 'timein <dest loc> [when] <src loc> [is] <src time>' 1>&2 | |
| echo -e 'e.g.:\ntimein America/Chicago when Europe/Berlin is tomorrow 14:30' 1>&2 | |
| echo -e 'or:\ntimein Asia/Ho_Chi_Minh America/New_York 2019/01/02 08:00' 1>&2 | |
| return 1 | |
| } | |
| dest=${1}; shift |
| function fusr() { | |
| [ -f "${1}" ] || return 1; | |
| find /proc -lname "${1}" 2>/dev/null | cut -d/ -f3 | sort -nu | xargs ps -fp; | |
| } |