2 lines
84 B
Bash
2 lines
84 B
Bash
|
#!/bin/bash
|
||
|
forge inspect --pretty src/$1/$2.sol:$2 storageLayout > storage/$1.$2.md
|