mirror of
				https://github.com/tooot-app/app
				synced 2025-06-05 22:19:13 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			136 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			136 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| if [ $# -ne 1 ]; then
 | |
|     echo "Arguments incorrect"
 | |
|     exit 1
 | |
| fi
 | |
| 
 | |
| expo publish --quiet --target bare --release-channel=$1 |