web-apps/build/sprites.sh
2019-12-16 15:41:06 +03:00

7 lines
53 B
Bash
Executable file

#! /bin/bash
pushd ./sprites
npm install
grunt
popd