aboutsummaryrefslogtreecommitdiff
path: root/shell/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shell/build.sh')
-rwxr-xr-xshell/build.sh28
1 files changed, 28 insertions, 0 deletions
diff --git a/shell/build.sh b/shell/build.sh
new file mode 100755
index 0000000..85b648c
--- /dev/null
+++ b/shell/build.sh
@@ -0,0 +1,28 @@
+#!/bin/sh
+
+cat \
+ notice \
+ ksh \
+ aliases \
+ utils \
+ colors \
+ misc \
+ update \
+ conf \
+ > ../mkshrc
+
+cat \
+ notice \
+ aliases \
+ utils \
+ colors \
+ bash \
+ > ../bashrc
+
+cat \
+ notice \
+ aliases \
+ utils \
+ colors \
+ ash \
+ > ../ashrc