mirror of
				https://github.com/shokinn/.files.git
				synced 2025-11-04 12:38:10 +00:00 
			
		
		
		
	relocate files from .bin to .local/bin; remove dotdrop submodule; Update Installation process; remove pip, pylint and pyenv oh-my-zsh plugins; Update LICENSE;
This commit is contained in:
		
							parent
							
								
									4c529a3fb0
								
							
						
					
					
						commit
						53ff1bfffa
					
				
					 26 changed files with 68 additions and 145 deletions
				
			
		| 
						 | 
				
			
			@ -1,17 +0,0 @@
 | 
			
		|||
#!/usr/bin/env bash
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# {{@@ header() @@}}
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
if [[ -z "${1}" ]] || [[ -z "${2}" ]] || [[ -z "${3}" ]]; then
 | 
			
		||||
	echo "Usage: ${0} <player> <event> <talk-id>"
 | 
			
		||||
	echo "e.g.: ${0} vlc 35c3 9766"
 | 
			
		||||
	exit 1
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
mediainfo /video/video/encoded/${2}/${3}-hd.mp4
 | 
			
		||||
 | 
			
		||||
read -p "Press any key to continue... " -n1 -s
 | 
			
		||||
 | 
			
		||||
${1} /video/video/encoded/${2}/${3}-hd.mp4
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue