#!/usr/bin/env bash

cd ~

if [ -f '.env/CARTRIDGE_VERSION_2' ]; then
  gear snapshot
else
  snapshot.sh
fi
