repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding interfaces/emacs/imaxima/texinfo.tex to gitignore (created by automake)
[maxima.git]
/
archive
/
bin
/
if-not-exists
blob
71bb06fcf6ff12af8b7670c76f593b8d9ff2cf92
1
#!/bin/sh
2
3
if
[ !
-f
$1
] ;
then
4
$2
5
$3
6
$4
7
fi
8
9
exit
0