dotfiles/.bin/dev-cscope-go

3 lines
69 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 "$@"