mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-03 14:52:56 +00:00 
			
		
		
		
	Unify script headers
This commit is contained in:
		@@ -1,5 +1,7 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
set -eo pipefail
 | 
					set -eu
 | 
				
			||||||
 | 
					set -o pipefail
 | 
				
			||||||
 | 
					set -o errtrace
 | 
				
			||||||
shopt -s expand_aliases
 | 
					shopt -s expand_aliases
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ "$(uname)" == "Darwin" ]; then
 | 
					if [ "$(uname)" == "Darwin" ]; then
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user