| Index: third_party/pkg/angular/scripts/karma/snapshot.sh
 | 
| diff --git a/third_party/pkg/angular/scripts/karma/snapshot.sh b/third_party/pkg/angular/scripts/karma/snapshot.sh
 | 
| deleted file mode 100755
 | 
| index 61f00d3c38928f2249a3b9110ee3648dbb7525df..0000000000000000000000000000000000000000
 | 
| --- a/third_party/pkg/angular/scripts/karma/snapshot.sh
 | 
| +++ /dev/null
 | 
| @@ -1,20 +0,0 @@
 | 
| -#!/bin/sh
 | 
| -
 | 
| -rm -rf ../karma-snapshot
 | 
| -mkdir ../karma-snapshot
 | 
| -cd ../karma-snapshot
 | 
| -
 | 
| -URL=http://localhost:8765
 | 
| -FILES=$(curl $URL/debug.html --silent | grep \'/base | cut -f2 -d \')
 | 
| -
 | 
| -for FILE in $FILES
 | 
| -do
 | 
| -  echo $FILE
 | 
| -  curl $URL$FILE --output .$FILE --create-dirs --silent
 | 
| -done
 | 
| -
 | 
| -echo ================
 | 
| -
 | 
| -
 | 
| -curl $URL/debug.html --silent | sed -e 's/\/base/\.\/base/' > debug.html
 | 
| -curl $URL/__adapter_dart_unittest.dart --silent | sed -e 's/\/base/\./' > __adapter_dart_unittest.dart
 | 
| 
 |