aboutsummaryrefslogtreecommitdiff
path: root/shell/build.sh
blob: 85b648c45f8162419a355a3b79e9c3dcf5d75edd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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