]> git.donarmstrong.com Git - bin.git/blob - proxy_url
add mutt alias which executes neomutt if that exists
[bin.git] / proxy_url
1 #! /usr/bin/perl
2
3 my @ARG;
4 for (@ARGV) {
5      s{http://}{http://spth1304.ucr.edu/cgi-bin/nph-proxy.pl/000111A/http/};
6      push @ARG, $_;
7 }
8
9 exec('links',@ARG);