diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-11-14 07:53:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-14 07:53:09 +0700 |
commit | ee23eb60af470e06ba8c387ecc695b0f23bcbc73 (patch) | |
tree | c99ca5ec596348c97693dce7f419284d0b7d2df7 /system/caprice32/cap32.sh | |
parent | 2057942373464512c839959ac4c9b336a2bb81cc (diff) | |
download | slackbuilds-ee23eb60af470e06ba8c387ecc695b0f23bcbc73.tar.gz |
system/caprice32: Added (CPC Emulator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/caprice32/cap32.sh')
-rw-r--r-- | system/caprice32/cap32.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/caprice32/cap32.sh b/system/caprice32/cap32.sh new file mode 100644 index 0000000000..33ce3cb41d --- /dev/null +++ b/system/caprice32/cap32.sh @@ -0,0 +1,3 @@ +#!/bin/sh +cd /usr/share/caprice32 +./cap32 $1 |