repo.or.cz
/
rwork.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
init
[rwork.git]
/
geany_run_script.sh
blob
b20044c9d6c22d8f8fb776d9c3ec5d960deed168
1
#!/bin/sh
2
3
ruby
"palindrom.rb"
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