Skip to content

Instantly share code, notes, and snippets.

diff --git a/Makefile b/Makefile
index 8e38d9a..2db4c82 100644
--- a/Makefile
+++ b/Makefile
@@ -8,13 +8,12 @@ CFLAGS+=-O2 -Wall -g
all: make-bcache probe-bcache bcache-super-show bcache-register
install: make-bcache probe-bcache bcache-super-show
- $(INSTALL) -m0755 make-bcache bcache-super-show $(DESTDIR)${PREFIX}/sbin/
- $(INSTALL) -m0755 probe-bcache bcache-register $(DESTDIR)$(UDEVLIBDIR)/
@John-Gee
John-Gee / lh
Last active June 5, 2020 18:50
#!/bin/bash
usage() {
echo "Usage:"
echo "$0 on"
echo "or"
echo "$0 off"
exit
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8">
<script src="3rd Party/ts-select2/ts-select2.min.js"></script>
<link href="3rd Party/select2/select2.min.css" rel="stylesheet" />
</head>
<body>
</body>
</html>
@John-Gee
John-Gee / PKGBUILD
Last active January 3, 2026 09:15
trim seerr
# Maintainer: txtsd <aur.archlinux@ihavea.quest>
# Maintainer: Donald Webster <fryfrog@gmail.com>
# Contributor: jab416171 <jab416171@gmail.com>
# Contributor: Martins Mozeiko <martins.mozeiko@gmail.com>
pkgname=seerr
pkgver=2.7.3
pkgrel=3
pkgdesc='Request management and media discovery tool for the Plex ecosystem'
arch=(x86_64 aarch64)