From 4cfcbd3f435f114b8d29f1bf6d50a0378dd7c028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 15 Jun 2010 02:58:13 +0200 Subject: added some games; added templates; added debug; moved functions to functions.sh --- templates/steam | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/steam (limited to 'templates/steam') diff --git a/templates/steam b/templates/steam new file mode 100644 index 0000000..321f646 --- /dev/null +++ b/templates/steam @@ -0,0 +1,9 @@ +PREFIX="~/.steam" +SIZE="1280x1024" +GPATH="c:/programme/steam/steam.exe" + +steamapp () { + [[ $# > 0 ]] && export ARGS="-applaunch ${=@}" +} + +# vim:ft=sh -- cgit v1.2.3