6 lines
		
	
	
		
			162 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			162 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| 
								 | 
							
								#!/bin/bash
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								readonly THIS_DIR=$(cd $(dirname $0); pwd)
							 | 
						||
| 
								 | 
							
								readonly DOCKERBUILD_DIR="$THIS_DIR/../dockerbuild"
							 | 
						||
| 
								 | 
							
								readonly SCRIPTS_JS_DIR="$DOCKERBUILD_DIR/scripts-js"
							 |