Skip to content

Instantly share code, notes, and snippets.

@skeevy420
skeevy420 / PKGBUILD
Created January 10, 2026 14:26
Linux 6.12 CIP CachyOS
# Maintainer: Peter Jung ptr1337 <admin@ptr1337.dev>
# Maintainer: Piotr Gorski <piotrgorski@cachyos.org>
# Maintainer: Vasiliy Stelmachenok <ventureo@cachyos.org>
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Thomas Baechler <thomas@archlinux.org>
### BUILD OPTIONS
# Set these variables to ANYTHING that is not null or choose proper variable to enable them
Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Desktop
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: Intel(R) Xeon(R) CPU X5687 @ 3.60GHz
CPU Family: 0x6
@skeevy420
skeevy420 / python
Last active December 27, 2015 04:59
#!/bin/bash
script=`readlink -f -- "$1"`
case "$script" in
/android/atrix-hd/*|/android/atrix-hd/pacman/.repo/repo/*|/android/bin/repo)
exec python2 "$@"
;;
esac
exec python3 "$@"