I hereby claim:
- I am lynkos on github.
 - I am lynkos (https://keybase.io/lynkos) on keybase.
 - I have a public key whose fingerprint is EE8A CF03 5E10 6B89 66C9 1C08 9C2A 27B1 C1BE F3AA
 
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # Confirm by prompting user for yes or no | |
| ask() { | |
| read -p "$@ (y/n)? " answer | |
| case "${answer}" in | |
| [yY] | [yY][eE][sS]) | |
| true | |
| ;; | |
| *) | |
| false | |
| ;; | 
Important
This is an outdated copy of Read Me.rtf (i.e. attached documentation) for Apple's Game Porting Toolkit (GPTk).
For the latest version of Read Me.rtf, download the most recent version of GPTk.
Typos present in the original document have not been corrected.
| #!/bin/sh | |
| ##################################################### | |
| # Script Name # | |
| # Script Description # | |
| # ------------------------------------------------- # | |
| # Explanation # | |
| # # | |
| # Setup: # | |
| # Some step(s) and/or command(s) # | 
| % Resume in LaTeX | |
| % Author : Kiran Brahmatewari | |
| % Website: https://github.com/lynkos | |
| % License : MIT | |
| %------------------------ | |
| \documentclass[letterpaper,11pt]{article} | |
| \usepackage{latexsym} | 
Useful code for editing articles in AppleGamingWiki, PCGamingWiki, etc.
{{Note|note=The content of the popup note here.|name=Appropriate name if the note is reused on multiple places on the page}}{{ii}} Write note here.{{Image|File name.png|Caption}}<gallery>
File name 1.png|Caption1
File name 2.png|Caption2| #!/usr/bin/env bash | |
| ############################################################################ | |
| # gaming_funcs.sh # | |
| # # | |
| # Bash functions for playing Windows games on Mac # | |
| # ------------------------------------------------------------------------ # | |
| # Setup: # | |
| # 1. Switch architecture # | |
| # `arch -x86_64 /bin/bash` # |