1 #!/bin/bash 2 # Copyright 2013 The Chromium Authors. All rights reserved. 3 # Use of this source code is governed by a BSD-style license that can be 4 # found in the LICENSE file. 5 6 # This shell would copy flot library from chromium/src/third_parth. 7 mkdir static/third_party/flot 8 cp ../../../third_party/flot/jquery.min.js static/third_party/flot 9 cp ../../../third_party/flot/jquery.flot.min.js static/third_party/flot 10 cp ../../../third_party/flot/jquery.flot.stack.min.js static/third_party/flot 11