mirror of
				https://github.com/shokinn/.files.git
				synced 2025-11-03 20:18:10 +00:00 
			
		
		
		
	add some c3 voc helper scripts; add $HOME/bin to $PATH; Add yanone kaffeesatz zerohack font
This commit is contained in:
		
							parent
							
								
									15e477e2c3
								
							
						
					
					
						commit
						4b31c2e4cf
					
				
					 12 changed files with 86 additions and 0 deletions
				
			
		
							
								
								
									
										9
									
								
								dotfiles/bin/c3mpv
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										9
									
								
								dotfiles/bin/c3mpv
									
										
									
									
									
										Executable file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,9 @@
 | 
			
		|||
#!/usr/bin/env bash
 | 
			
		||||
 | 
			
		||||
if [[ -z "$1" ]] || [[ -z "$2" ]]; then
 | 
			
		||||
	echo "Usage: $0 <event> <talk-id>"
 | 
			
		||||
	echo "e.g.: $0 35c3 9766"
 | 
			
		||||
	exit 1
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
mpv /video/fuse/$1/*/$2/uncut.ts
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue