Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use external cowfiles? #56

Closed
i0ntempest opened this issue Nov 20, 2022 · 1 comment
Closed

How to use external cowfiles? #56

i0ntempest opened this issue Nov 20, 2022 · 1 comment

Comments

@i0ntempest
Copy link

I have written my own cowfile which works fine with the old cowsay if I specify the path to it. However neo cowsay compiles cowfiles into the binary, and if I try to reference the external one I get:

$ cowsay -f Documents/Scripts/fujao.cow aaa
cowsay: could not find Documents/Scripts/fujao.cow cowfile

How do I get around this?

@Code-Hex
Copy link
Owner

@i0ntempest Hello!
You can specify the path to COWPATH (see: #33 (comment)) like below then you can specify the cow file

$ COWPATH="Documents/Scripts" cowsay -f fujao aaa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants