diff options
author | Henrique Moody <henriquemoody@gmail.com> | 2016-02-23 10:10:50 -0300 |
---|---|---|
committer | Henrique Moody <henriquemoody@gmail.com> | 2016-02-23 10:10:50 -0300 |
commit | ee4dadfd144c7448903b40e191fe177c06c3f2e7 (patch) | |
tree | 4fdaf596ae1d5c8f56f7fc7f03192af36c218ae6 /bin/php-gameboy | |
parent | 22de1d58616e9f6613bd535083bb8ada9ed839dc (diff) | |
download | php-terminal-gameboy-emulator-ee4dadfd144c7448903b40e191fe177c06c3f2e7.zip php-terminal-gameboy-emulator-ee4dadfd144c7448903b40e191fe177c06c3f2e7.tar.gz php-terminal-gameboy-emulator-ee4dadfd144c7448903b40e191fe177c06c3f2e7.tar.bz2 |
Create `bin/php-gameboy` executable
Diffstat (limited to 'bin/php-gameboy')
-rwxr-xr-x | bin/php-gameboy | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/php-gameboy b/bin/php-gameboy new file mode 100755 index 0000000..3a541e8 --- /dev/null +++ b/bin/php-gameboy @@ -0,0 +1,4 @@ +#!/usr/bin/env php +<?php + +require __DIR__.'/../boot.php'; |