Skip to content

Instantly share code, notes, and snippets.

@jonasstein
jonasstein / qe.py
Last active August 29, 2015 14:19
gentoo menu in python (qe) quickemerge script
#!/usr/bin/env python3
import subprocess
# save the script to /usr/local/bin/qe.py
def my_cmd(thecommand):
return_code = subprocess.call(thecommand, shell=True)
def my_quit_fn():
raise SystemExit
HOWTO: INSTALLATION VON LIGHTTPD UND OWNCLOUD AUF DEM RASPBERRY PI
===========================================================
Autor: Jan Grosser <email@jan-grosser.de>
Erstellt: 2014/02/02
Lizenz: CC-BY-4.0 Unported
Quellen
=======