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 Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git]
/
nwn
/
dmclient.sh
blob
2b9e65960def4a2d286644869788d0e698fde217
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
.
/
dmclient
"$@"