4 lines
		
	
	
	
		
			115 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			115 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/bash
 | 
						|
[ -f `type -p asciinema` ] && pip3 install asciinema
 | 
						|
echo "Terminal Video Kayit"
 | 
						|
asciinema rec -t "$1"
 |