Skip to content

Instantly share code, notes, and snippets.

@lub
lub / leagueoflegends
Last active August 29, 2015 14:02 — forked from anonymous/leagueoflegends
Launch League of Legends, wait until it is patched, run tuxlol -> success
#!/bin/sh
# --- README ---
# adjust paths and launch command (replace playonlinux if needed)
# get tuxlol https://bitbucket.org/Xargoth/tuxlol/downloads
# get mono: apt-get install mono-runtime libmono-system-core4.0-cil
playonlinux --run "League of Legends"
until ps aux | grep -v grep | grep LolClient