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

3 lines
72 B
Bash
Executable File

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