Move helper scripts into bin with common names

Thu, 28 Jan 2016 23:06:19 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 28 Jan 2016 23:06:19 -0500
changeset 249
5bba2e094584
parent 248
6aef60121f57
child 250
d2198d389e39

Move helper scripts into bin with common names

.cpan-modules file | annotate | diff | comparison | revisions
.homedir-push.sh file | annotate | diff | comparison | revisions
.homedir-setup.sh file | annotate | diff | comparison | revisions
bin/homedir-cpan-mods file | annotate | diff | comparison | revisions
bin/homedir-push file | annotate | diff | comparison | revisions
bin/homedir-setup file | annotate | diff | comparison | revisions
deleted file mode 100644
--- a/.cpan-modules
+++ /dev/null
@@ -1,12 +0,0 @@
-
-Carton
-
-App::prowess
-
-Reply
-Data::Printer
-Carp::Always
-Proc::InvokeEditor
-B::Keywords
-Term::ReadLine::Gnu
-
new file mode 100755
--- /dev/null
+++ b/bin/homedir-cpan-mods
@@ -0,0 +1,18 @@
+#!/bin/sh
+set -eu
+
+exec cpanm -q <<END
+
+Carton
+
+App::prowess
+
+Reply
+Data::Printer
+Carp::Always
+Proc::InvokeEditor
+B::Keywords
+Term::ReadLine::Gnu
+
+Devel::Confess
+END
rename from .homedir-push.sh
rename to bin/homedir-push
rename from .homedir-setup.sh
rename to bin/homedir-setup

mercurial