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 Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git]
/
fortune-mod-profile
/
fortune.sh
blob
8b170b9bb1a50249b988d15495740c142be0d73f
1
#!/bin/sh
2
# Print a fortune cookie for interactive shells:
3
if
[[
$
- = *
i
* ]];
then
4
echo
5
fortune
-a
6
echo
7
fi
8
9