repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Extended MOTD with GUI
[tomato.git]
/
release
/
src
/
router
/
busybox
/
applets_sh
/
tac
blob
c5a8e39c11152dceaa2cde867d3ee4eab1c31c4c
1
#!/bin/sh
2
# TODO: use getopt to avoid parsing options as filenames,
3
# and to support -- and --help
4
for
i
in
"$@"
5
do
6
sed
-e
'1!G;h;$!d'
"
$i
"
7
done