A new auto-image is available that will download an image from the internet, you just need to include the base64 encoded url in the include graphics command
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			58 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			58 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| echo '$ tldr git-pull'
 | |
| tldr git-pull
 |