Removed time or changed script to use bash

This commit is contained in:
bauen1 2017-11-13 21:41:55 +01:00
parent 7a76cdc71f
commit fab7fd86a1
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C
13 changed files with 26 additions and 26 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# TODO - this shell script file needs serios refactoring since right now it does
# too many things:

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
for script in $(ls | grep '^[0-9]*_.*.sh'); do
echo "$script"

View File

@ -2,8 +2,8 @@
SRC_DIR=$(pwd)
time ./01_get.sh
time ./02_install.sh
./01_get.sh
./02_install.sh
cd $SRC_DIR

View File

@ -2,8 +2,8 @@
SRC_DIR=$(pwd)
time ./01_get.sh
time ./02_build.sh
./01_get.sh
./02_build.sh
cd $SRC_DIR

View File

@ -2,8 +2,8 @@
SRC_DIR=$(pwd)
time ./01_get.sh
time ./02_install.sh
./01_get.sh
./02_install.sh
cd $SRC_DIR

View File

@ -2,8 +2,8 @@
SRC_DIR=$(pwd)
time ./01_get.sh
time ./02_build.sh
./01_get.sh
./02_build.sh
cd $SRC_DIR

View File

@ -2,7 +2,7 @@
SRC_DIR=$(pwd)
time ./01_get.sh
time ./02_build.sh
./01_get.sh
./02_build.sh
cd $SRC_DIR

View File

@ -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

View File

@ -2,8 +2,8 @@
SRC_DIR=$(pwd)
time ./01_get.sh
time ./02_build.sh
./01_get.sh
./02_build.sh
cd $SRC_DIR

View File

@ -2,8 +2,8 @@
SRC_DIR=$(pwd)
time ./01_get.sh
time ./02_install.sh
./01_get.sh
./02_install.sh
cd $SRC_DIR

View File

@ -2,8 +2,8 @@
SRC_DIR=$(pwd)
time ./01_get.sh
time ./02_install.sh
./01_get.sh
./02_install.sh
cd $SRC_DIR

View File

@ -2,8 +2,8 @@
SRC_DIR=$(pwd)
time ./01_get.sh
time ./02_build.sh
./01_get.sh
./02_build.sh
cd $SRC_DIR

View File

@ -2,8 +2,8 @@
SRC_DIR=$(pwd)
time ./01_get.sh
time ./02_build.sh
./01_get.sh
./02_build.sh
cd $SRC_DIR