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 Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
gnaural-schedule
/
doinst.sh
blob
622d5c6e0eb36084446c6b89e9a1c107aec5a968
1
#!/bin/sh
2
3
cd
$
(
dirname
"
$0
"
)
4
ls
*
.gnaural
&> /
dev
/
null
5
6
if
[
$?
-eq
0
];
then
7
mkdir
-p
$HOME
/
.gnaural
8
install
-m644
*
.gnaural
$HOME
/
.gnaural
/
9
else
10
echo
"No schedule files found."
11
exit
1
12
fi