Created
September 5, 2022 15:56
-
-
Save 0xNonCents/e4157eeac33021e075e45b235653dedb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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