mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Added a script to create Arduino package
This commit is contained in:
		
							
								
								
									
										11
									
								
								BuildArduinoPackage.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								BuildArduinoPackage.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| ZIP="C:\Program Files\7-Zip\7z.exe" | ||||
| OUTPUT="ArduinoJson.zip" | ||||
|  | ||||
| cd .. | ||||
|  | ||||
| INPUT=$(find ArduinoJson -regex ".*\.\(cpp\|h\|md\|txt\|ino\)$" -not -regex ".*Tests/.*") | ||||
|  | ||||
| rm -f $OUTPUT | ||||
| "$ZIP" a $OUTPUT $INPUT | ||||
		Reference in New Issue
	
	Block a user