Linux steam launcher

You can then launch steam alone with "steam", or directly launch a game with "steam 2770" (being the game number you find in the desktop link that steam creates when installing a game).

cd /home/yorik/.wine/drive_c/Program Files/Steamif [ "$#" -gt 0 ]; then    wine Steam -applaunch "$@"else    wine Steamfi