dotfiles/.bin/dev-cscope-go

3 lines
69 B
Bash
Executable File

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