~encompass/dynazine/trunk

« back to all changes in this revision

Viewing changes to WidgetTests/geany_run_script.sh

  • Committer: Jason Brower
  • Date: 2009-01-31 05:24:59 UTC
  • Revision ID: encompass@essence-20090131052459-4ldn9dwrk1hzt53h
Fist commit of data.  Has alot of stuff...

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
php "index.php"
 
4
 
 
5
echo "
 
6
 
 
7
------------------
 
8
(program exited with code: $?)"                 
 
9
 
 
10
 
 
11
echo "Press return to continue"
 
12
#to be more compatible with shells like dash
 
13
dummy_var=""
 
14
read dummy_var
 
15
rm $0