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

3 lines
72 B
Plaintext
Raw Normal View History

2023-02-22 08:31:38 +01:00
#!/bin/sh
cd /usr/src/sys && cscope -qkCRf /home/sdk/cscope.out -1 "$@"