summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/webaudio/update.sh
blob: 773def3e341cb071190d571c2f19124b20edc5a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

usage() {
  echo "Usage:"
  echo "\t$0" /path/to/webaudio-benchmarks
  exit 1
}

if [ $# != "1" ]
then
  usage $0
fi

cp $1/* .