diff options
Diffstat (limited to 'crux.pl')
-rwxr-xr-x | crux.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crux.pl b/crux.pl index a769860..0950b68 100755 --- a/crux.pl +++ b/crux.pl @@ -24,9 +24,9 @@ sub unveil { # Check if defined because unveil can also be called blank # to block it. if ( defined($_[0]) and defined($_[1]) ) { - say "Unveil :: $_[0] :: $_[1]"; + say LOCALCOLOR GREEN "Unveil :: $_[0] :: $_[1]"; } else { - say "Unveil :: Block"; + say LOCALCOLOR GREEN "Unveil :: Block"; } } return OpenBSD::Unveil::unveil(@_); |