Skip to content

Instantly share code, notes, and snippets.

@0xNonCents
Created September 5, 2022 15:56
Show Gist options
  • Save 0xNonCents/e4157eeac33021e075e45b235653dedb to your computer and use it in GitHub Desktop.
Save 0xNonCents/e4157eeac33021e075e45b235653dedb to your computer and use it in GitHub Desktop.
for file in lib/*
do
cairo-migrate -i "$file"
done
for file in contracts/*
do
cairo-migrate -i "$file"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment