dotfiles/.bin/dev-cscope-go-symbol

3 lines
72 B
Bash
Executable File

#!/bin/sh
cd /usr/src/sys && cscope -qkCRf /home/sdk/cscope.out -0 "$@"