Skip to content

Instantly share code, notes, and snippets.

View jkroepke's full-sized avatar
😀
Happy.

Jan-Otto Kröpke jkroepke

😀
Happy.
View GitHub Profile
#!/bin/bash
set -xeuo pipefail
export PATH="/tmp/python/bin/:/tmp/bin/:$PATH"
export HOME=/tmp
cd /tmp
mkdir /tmp/bin

gcc ssh-askpass.c -o ssh-askpass.exe -Os -flto -s -ffunction-sections -fdata-sections -Wl,--gc-sections -nostartfiles -fno-ident -ffreestanding -nostdlib