mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 08:32:55 +00:00 
			
		
		
		
	Move magic scripts to hack folder
This commit is contained in:
		
							
								
								
									
										0
									
								
								bootstrap_tfw_dev.sh → hack/bootstrap_tfw_dev.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										0
									
								
								bootstrap_tfw_dev.sh → hack/bootstrap_tfw_dev.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							@@ -4,7 +4,7 @@ set -e
 | 
				
			|||||||
[ "$(uname)" == "Darwin" ] && readlink_cmd="greadlink" || readlink_cmd="readlink"
 | 
					[ "$(uname)" == "Darwin" ] && readlink_cmd="greadlink" || readlink_cmd="readlink"
 | 
				
			||||||
SCRIPT_DIR="$(dirname $($readlink_cmd -f $0))"
 | 
					SCRIPT_DIR="$(dirname $($readlink_cmd -f $0))"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
TAO_PATH="${TAO_PATH:-$SCRIPT_DIR/..}"
 | 
					TAO_PATH="${TAO_PATH:-$SCRIPT_DIR/../..}"
 | 
				
			||||||
BACKEND_REPO="${BACKEND_REPO:-test-tutorial-framework}"
 | 
					BACKEND_REPO="${BACKEND_REPO:-test-tutorial-framework}"
 | 
				
			||||||
FRONTEND_REPO="${FRONTEND_REPO:-frontend-tutorial-framework}"
 | 
					FRONTEND_REPO="${FRONTEND_REPO:-frontend-tutorial-framework}"
 | 
				
			||||||
BACKEND_PATH="${TAO_PATH}/${BACKEND_REPO}"
 | 
					BACKEND_PATH="${TAO_PATH}/${BACKEND_REPO}"
 | 
				
			||||||
		Reference in New Issue
	
	Block a user