1 line
69 B
Bash
1 line
69 B
Bash
|
for i in *.json; do printf "import %s from './%s'\n" ${i%.*} $i; done
|