function term()
-- url = "https://obligations-monitoring-sized-breakdown.trycloudflare.com/)"
url = "https://user0.k3z.eu"
return widget.html("<iframe src='" .. url .."' width=500 height=400 style='border: 1px solid #ccc;'></iframe>")
end
${term()}
get deploy key to clipboard
# private key is in /space dir now
## op read "op://Employee/silver.k3z.eu/gh-deploy-key"|pbcopy
apk add openssh-client git
#cat > ~/.ssh/id_ed25519 <<EOF
#chmod 600 ~/.ssh/id_ed25519
cp /space/id_ed25519 ~/.ssh/
ssh git@github.com
# Hi lalyos/silverbullet!
alias gl='git log --date=short --pretty=format:"%h %Cblue%ad%Creset %an %Cred%d %Cgreen%s%Creset" --graph'
alias gs='git status'
make a naked /space into a proper git repo
git init && git remote add origin git@github.com:lalyos/silverbullet.git && git fetch && git branch -u origin/master && git reset origin/master
...
- one
- two
- three
- four
demo = {}
function demo.first()
person = {
{name="jeno", age=12, money=2},
{name="bela", age=42, money=30},
{name="geza", age=77, money=81}
}
return person
end
#contact
name: jeno
age: 43
${ demo.first() }
${shell.run("echo",{"12345"})}