diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-10-27 11:02:46 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-10-27 11:02:46 +0200 |
commit | 37de71d510adc3a3210b04c8b9c9630fe0467f68 (patch) | |
tree | b4fa657b84a9b830f66c5c7a610309080a4562c7 /cpanm | |
parent | b028ae3aa8aebbe5c4929704fd17341f22644bec (diff) | |
download | bin-37de71d510adc3a3210b04c8b9c9630fe0467f68.tar.gz bin-37de71d510adc3a3210b04c8b9c9630fe0467f68.tar.xz |
Add new scripts
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'cpanm')
-rw-r--r-- | cpanm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/bin/bash + +exec /usr/bin/vendor_perl/cpanm --from https://cpan.metacpan.org/ "$@" |