bin/setup-neomutt

changeset 446
acd0b08d467e
parent 437
0543a6606d82
child 482
2c7cb331d2dc
equal deleted inserted replaced
445:1201037900f5 446:acd0b08d467e
1 #!/bin/sh 1 #!/bin/sh
2 set -eu 2 set -eu
3 3
4 case ${1:-} in *help|-h) 4 case ${1:-} in *help|-h)
5 exec perldoc $0;; 5 exec perldoc -T $0;;
6 esac 6 esac
7 7
8 cd 8 cd
9 mkdir -p sandbox 9 mkdir -p sandbox
10 10
36 cd ~/bin 36 cd ~/bin
37 for BIN in mutt mutt_dotlock pgpewrap; do 37 for BIN in mutt mutt_dotlock pgpewrap; do
38 ln -sf ../sandbox/neomutt/$BIN 38 ln -sf ../sandbox/neomutt/$BIN
39 done 39 done
40 40
41
42 :<<=cut 41 :<<=cut
43 =head1 NAME 42 =head1 NAME
44 43
45 setup-neomutt - clone/update, build, and link neomutt 44 setup-neomutt - Clone/update and build neomutt
46 45
47 =head1 DESCRIPTION 46 =head1 DESCRIPTION
48 47
49 Run to do the above. 48 Run to do the above, incl. symlinking relevant binaries in C<~/bin> to the
49 neomutt build.
50 50
51 =head1 REQUIREMENTS 51 =head1 REQUIREMENTS
52 52
53 =head2 Debian 53 =head2 Debian
54 54

mercurial