Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
autotest
/
refs/heads/release-R75-12105.B
/
.
/
client
/
site_tests
/
platform_ToolchainOptions
/
sort_all.sh
blob: f864da218f32ef4ac93c92d650fbf60e9e0c59e7 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/bash
#
# Copyright 2011 Google Inc. All Rights Reserved.
# Author: asharif@google.com (Ahmad Sharif)
for
f
in
*
_whitelist
do
sort
-
o $f $f
done