#!/usr/bin/env sh
# This file was created by pub v3.9.0.
# Package: vector_graphics_compiler
# Version: 1.1.19
# Executable: vector_graphics_compiler
# Script: vector_graphics_compiler
if [ -f /home/vagrant/build/com.ferrarid.converterpro/.pub-cache/global_packages/vector_graphics_compiler/bin/vector_graphics_compiler.dart-3.9.0.snapshot ]; then
  dart "/home/vagrant/build/com.ferrarid.converterpro/.pub-cache/global_packages/vector_graphics_compiler/bin/vector_graphics_compiler.dart-3.9.0.snapshot" "$@"
  # The VM exits with code 253 if the snapshot version is out-of-date.
  # If it is, we need to delete it and run "pub global" manually.
  exit_code=$?
  if [ $exit_code != 253 ]; then
    exit $exit_code
  fi
  dart pub -v global run vector_graphics_compiler:vector_graphics_compiler "$@"
else
  dart pub global run vector_graphics_compiler:vector_graphics_compiler "$@"
fi
