mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			206 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			206 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| 
 | |
|   #
 | |
|   # Copyright (C) 2011 Cloud.com, Inc.  All rights reserved.
 | |
|   #
 | |
|  
 | |
| 
 | |
| x=$1
 | |
| 
 | |
| delete="GET  http://127.0.0.1/client/?command=deleteAccount&id=$x	HTTP/1.0\n\n"
 | |
| 
 | |
| echo -e $delete | nc -v -q 60 127.0.0.1 8096
 | |
| 
 |