2019-08-09 10:45:11 +02:00

1 line
69 B
Bash
Executable File

for i in *.json; do printf "import %s from './%s'\n" ${i%.*} $i; done