Skip to content

Instantly share code, notes, and snippets.

View D4rkS1nN3r's full-sized avatar
🤓

D4rkS1nN3r

🤓
View GitHub Profile
@Kron4ek
Kron4ek / wine_launch_wrapper.sh
Last active February 23, 2026 22:37
Wine Launch Wrapper
#!/usr/bin/env bash
########################################################################
##
## Project name: Wine launch wrapper
## Version: 1.3.17
## Author: Kron4ek
## Contact emails: kron4ek@protonmail.com, kron4ek@gmail.com
## My GitHub profile: https://github.com/Kron4ek
##
@larsch
larsch / install-arch-linux-rpi-zero-w.sh
Created July 6, 2017 06:05
Install Arch Linux ARM for Raspberry Pi Zero W on SD Card (with commands to configure WiFi before first boot).
#!/bin/sh -exu
dev=$1
cd $(mktemp -d)
function umountboot {
umount boot || true
umount root || true
}
# RPi1/Zero (armv6h):