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