FrauBSD / secure_thumb

GELI encrypted images and thumb drives for FreeBSD

Home Page:https://FrauBSD.org/secure_thumb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usable eprintf for csh

freebsdfrau opened this issue · comments

alias eprintf csh_na

Even if we can not send data to stderr from [t]csh natively, we should probably just make it function like printf:

quietly unalias eprintf
alias eprintf printf

Neat, brilliant. Roger that, I'll take care of it, thanks for the tip.