7 lines
115 B
Text
7 lines
115 B
Text
|
|
redo-ifchange ../redo/whichpython $1.in
|
||
|
|
read py <../redo/whichpython
|
||
|
|
(
|
||
|
|
echo "#!$py"
|
||
|
|
cat $1.in
|
||
|
|
) >$3
|
||
|
|
chmod a+x $3
|