variabletime/grepJs.sh

4 lines
175 B
Bash
Raw Normal View History

2023-09-24 18:39:52 +02:00
#!/bin/bash
grep bin/web/js --exclude="*.min.*" --exclude="node_modules" --exclude="*.swp" --exclude="*.bundle.js" --exclude="script.js" --exclude="ffmpeg_modules" -nr -e $@