3 lines
69 B
Plaintext
3 lines
69 B
Plaintext
|
#!/bin/sh
|
||
|
cd /usr/src/sys && cscope -qkCRf /home/sdk/cscope.out "$@"
|