repo.or.cz
/
rofl0r-order-pp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix typo
[rofl0r-order-pp.git]
/
example
/
Test-all
blob
f443654223ee76473d1c6d2e2b5a47c8576fb876
1
#!/bin/bash
2
3
# (C) Copyright Vesa Karvonen 2004.
4
#
5
# Distributed under the Boost Software License, Version 1.0.
6
# (See accompanying file LICENSE.)
7
8
set -e
9
10
.
/
Test
"$@"
$
(
find
-maxdepth
1
-name
'*.c'
-o -name
'*.cpp'
|
sort
-r
)