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]
/
keytouch
/
Xsession
blob
0da89f9aa77cf73a7fb031a4798dd8be7edff854
1
#!/bin/sh
2
3
for
script
in
/
etc
/
X11
/
Xsession.d
/*;
do
4
if
[
-x
$script
];
then
5
.
$script
6
fi
7
done
8
unset
script