Home | History | Annotate | Download | only in platform_ToolchainOptions
      1 #!/bin/bash
      2 #
      3 # Copyright 2011 Google Inc. All Rights Reserved.
      4 # Author: asharif (at] google.com (Ahmad Sharif)
      5 
      6 for f in *_whitelist
      7 do
      8   sort -o $f $f
      9 done
     10