aboutsummaryrefslogtreecommitdiff
path: root/local/bin/email-unread
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-04-10 10:30:59 +0200
committerKarel Kočí <cynerd@email.cz>2017-04-10 10:30:59 +0200
commit33fd0875249b867dffd256d4a3eeb41475511647 (patch)
treee925faa0864c85cb2e547d0c3aa0680c2ea6508a /local/bin/email-unread
parent3b15d8dcd8912825281367ed959d7ad212e6a0ab (diff)
downloadmyconfigs-33fd0875249b867dffd256d4a3eeb41475511647.tar.gz
myconfigs-33fd0875249b867dffd256d4a3eeb41475511647.tar.bz2
myconfigs-33fd0875249b867dffd256d4a3eeb41475511647.zip
Small fix of email-unread
Diffstat (limited to 'local/bin/email-unread')
-rwxr-xr-xlocal/bin/email-unread2
1 files changed, 1 insertions, 1 deletions
diff --git a/local/bin/email-unread b/local/bin/email-unread
index 3956f3b..a17c9b4 100755
--- a/local/bin/email-unread
+++ b/local/bin/email-unread
@@ -1,4 +1,4 @@
-#!/bin/perl
+#!/usr/bin/env perl
use strict;
use warnings;
use File::Find;