remove debug info from compile script
This commit is contained in:
		
							parent
							
								
									76cb5e39cb
								
							
						
					
					
						commit
						48ee150be1
					
				| @ -1,16 +1,8 @@ | |||||||
| #!/bin/bash | #!/bin/bash | ||||||
| 
 | 
 | ||||||
| absfile=$(ls -rt outfile/* | tail -1) | absfile=$(ls -rt outfile/* | tail -1) | ||||||
| echo $absfile |  | ||||||
| 
 |  | ||||||
| file=$(echo $(basename $absfile)) | file=$(echo $(basename $absfile)) | ||||||
| echo $file |  | ||||||
| 
 |  | ||||||
| ext=$(echo $file | awk -F. '{ print $2 }')  | ext=$(echo $file | awk -F. '{ print $2 }')  | ||||||
| echo $ext |  | ||||||
| 
 |  | ||||||
| newext="z${ext:1:2}"  | newext="z${ext:1:2}"  | ||||||
| echo $newext |  | ||||||
| 
 |  | ||||||
| zip -j9 zip/tqwnet.$newext $absfile | zip -j9 zip/tqwnet.$newext $absfile | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 MeaTLoTioN
						MeaTLoTioN