3 lines
175 B
Bash
Executable file
3 lines
175 B
Bash
Executable file
#!/bin/bash
|
|
|
|
grep bin/web/js --exclude="*.min.*" --exclude="node_modules" --exclude="*.swp" --exclude="*.bundle.js" --exclude="script.js" --exclude="ffmpeg_modules" -nr -e $@
|