maxious | 1 | #!/bin/sh | |
2 | # | ||
3 | # This script will be executed *after* all the other init scripts. | ||
4 | # You can put your own initialization stuff in here if you don't | ||
5 | # want to do the full Sys V style init stuff. | ||
6 | |||
7 | touch /var/lock/subsys/local | ||
8 | cd /tmp | ||
9 | rm -rfv busui | ||
10 | git clone http://maxious.lambdacomplex.org/busui/git | ||
11 | sh busui/aws/awsStartup.sh | ||
12 | |||
13 | |||
14 |