mirror of
				https://github.com/bigskysoftware/htmx.git
				synced 2025-11-03 23:13:37 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			192 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			192 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
echo "htmx.min.js:"
 | 
						|
cat dist/htmx.min.js | openssl dgst -sha384 -binary | openssl base64 -A
 | 
						|
echo ""
 | 
						|
echo "htmx.js:"
 | 
						|
cat dist/htmx.js | openssl dgst -sha384 -binary | openssl base64 -A
 | 
						|
echo ""
 |