4 lines
54 B
Plaintext
4 lines
54 B
Plaintext
|
#!/bin/sh
|
||
|
cd /home/sdk/code \
|
||
|
&& ugrep -ir "$@" *-src
|