Skip to content

Instantly share code, notes, and snippets.

View jgrossophoff's full-sized avatar

Jens jgrossophoff

  • Freiburg, Germany
View GitHub Profile
@jgrossophoff
jgrossophoff / sh
Created January 17, 2019 11:15
Add SSH keys
typeset _agent_forwarding _ssh_env_cache
function _start_agent() {
local lifetime
local -a identities
# start ssh-agent and setup environment
zstyle -s :omz:plugins:ssh-agent lifetime lifetime
ssh-agent -s ${lifetime:+-t} ${lifetime} | sed 's/^echo/#echo/' >! $_ssh_env_cache

Keybase proof

I hereby claim:

  • I am jgrossophoff on github.
  • I am jgrpf (https://keybase.io/jgrpf) on keybase.
  • I have a public key ASDAu4WYVgonGgrcYzsi-R1ySQGGNiehGR7QYEBqC5sx0Ao

To claim this, I am signing this object:

import "sync"
type pipeline struct {
client *aPIClient
next chan bool
downloads []*download
whenDone func()
wg *sync.WaitGroup
}
import "sync"
type pipeline struct {
client *aPIClient
next chan bool
downloads []*download
whenDone func()
wg *sync.WaitGroup
}
return el(
el("table", null,
el("thead", null,
el("tr", null,
el("td", null, "First name"),
el("td", null, "Last name")
)
)