ln.sh 235 B

123456789
  1. #!/usr/bin/env bash
  2. # this script will be run at folder `../`
  3. # the working dir will be `../`
  4. source=$(pwd)/app-ui/styles/iconfont
  5. target=$(pwd)/node_modules/antd/lib/style/core/iconfont
  6. rm -f ${target} && ln -s ${source} ${target}