#!/bin/bash
# Copyright 2015, 2016, 2017, Cumulus Networks, Inc.  All rights reserved.

outfile=$1

cat > $outfile.core_helper
mv -f $outfile.core_helper $outfile

