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