repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git]
/
nwn
/
nwn.sh
blob
3ec2eb42ce9882af5ed17d727c82bbda0863788c
1
#! /bin/bash
2
3
if
[ !
-f
"/usr/lib/libnwn.sh"
];
then
4
echo
"Can't load /usr/lib/libnwn.sh"
>&
2
5
exit
1
6
else
7
.
"/usr/lib/libnwn.sh"
8
fi
9
10
nwn.run nwn.
exec
.
/
nwn
"$@"