• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.
7mkdir static/third_party/flot
8cp ../../../third_party/flot/jquery.min.js static/third_party/flot
9cp ../../../third_party/flot/jquery.flot.min.js static/third_party/flot
10cp ../../../third_party/flot/jquery.flot.stack.min.js static/third_party/flot
11