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