1#!/bin/bash
2
3# Copyright 2019 The Chromium Authors. All rights reserved.
4# Use of this source code is governed by a BSD-style license that can be
5# found in the LICENSE file.
6
7if [ -z "$1" ]; then
8  echo "Must supply folder name"
9  exit
10fi
11
12npm run move-side-effects-to-legacy $1
13