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