~ubuntu-branches/ubuntu/utopic/vice/utopic-proposed

« back to all changes in this revision

Viewing changes to src/arch/unix/gp2x/gpe-files/xvic.gpe

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2014-05-10 21:08:23 UTC
  • mfrom: (17.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140510210823-v5aojvy1pv1sg132
Tags: 2.4.dfsg+2.4.6-1ubuntu1
Use autotools-dev to update config.{sub,guess} for new arches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
 
3
 
export PATH=.:$PATH
4
 
mount /mnt/sd -o remount,sync
5
 
./xvic -refresh 2 -directory data/vic20:data/drives &>vice_log.txt
6
 
mount /mnt/sd -o remount,async
7
 
 
8
 
cd /usr/gp2x
9
 
exec ./gp2xmenu
10