Removed time or changed script to use bash
This commit is contained in:
parent
7a76cdc71f
commit
fab7fd86a1
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
# TODO - this shell script file needs serios refactoring since right now it does
|
||||
# too many things:
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
for script in $(ls | grep '^[0-9]*_.*.sh'); do
|
||||
echo "$script"
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
SRC_DIR=$(pwd)
|
||||
|
||||
time ./01_get.sh
|
||||
time ./02_install.sh
|
||||
./01_get.sh
|
||||
./02_install.sh
|
||||
|
||||
cd $SRC_DIR
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
SRC_DIR=$(pwd)
|
||||
|
||||
time ./01_get.sh
|
||||
time ./02_build.sh
|
||||
./01_get.sh
|
||||
./02_build.sh
|
||||
|
||||
cd $SRC_DIR
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
SRC_DIR=$(pwd)
|
||||
|
||||
time ./01_get.sh
|
||||
time ./02_install.sh
|
||||
./01_get.sh
|
||||
./02_install.sh
|
||||
|
||||
cd $SRC_DIR
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
SRC_DIR=$(pwd)
|
||||
|
||||
time ./01_get.sh
|
||||
time ./02_build.sh
|
||||
./01_get.sh
|
||||
./02_build.sh
|
||||
|
||||
cd $SRC_DIR
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
SRC_DIR=$(pwd)
|
||||
|
||||
time ./01_get.sh
|
||||
time ./02_build.sh
|
||||
./01_get.sh
|
||||
./02_build.sh
|
||||
|
||||
cd $SRC_DIR
|
||||
|
@ -2,10 +2,10 @@
|
||||
|
||||
SRC_DIR=$(pwd)
|
||||
|
||||
time ./01_prepare.sh
|
||||
time ./02_disk_erase.sh
|
||||
time ./03_installer.sh
|
||||
time ./04_install.sh
|
||||
./01_prepare.sh
|
||||
./02_disk_erase.sh
|
||||
./03_installer.sh
|
||||
./04_install.sh
|
||||
|
||||
cd $SRC_DIR
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
SRC_DIR=$(pwd)
|
||||
|
||||
time ./01_get.sh
|
||||
time ./02_build.sh
|
||||
./01_get.sh
|
||||
./02_build.sh
|
||||
|
||||
cd $SRC_DIR
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
SRC_DIR=$(pwd)
|
||||
|
||||
time ./01_get.sh
|
||||
time ./02_install.sh
|
||||
./01_get.sh
|
||||
./02_install.sh
|
||||
|
||||
cd $SRC_DIR
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
SRC_DIR=$(pwd)
|
||||
|
||||
time ./01_get.sh
|
||||
time ./02_install.sh
|
||||
./01_get.sh
|
||||
./02_install.sh
|
||||
|
||||
cd $SRC_DIR
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
SRC_DIR=$(pwd)
|
||||
|
||||
time ./01_get.sh
|
||||
time ./02_build.sh
|
||||
./01_get.sh
|
||||
./02_build.sh
|
||||
|
||||
cd $SRC_DIR
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
SRC_DIR=$(pwd)
|
||||
|
||||
time ./01_get.sh
|
||||
time ./02_build.sh
|
||||
./01_get.sh
|
||||
./02_build.sh
|
||||
|
||||
cd $SRC_DIR
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user