mirror of
				https://github.com/shokinn/.files.git
				synced 2025-11-03 20:18:10 +00:00 
			
		
		
		
	consolidate and templeate my to files
in order to stop maintainung different files for each operationg system
This commit is contained in:
		
							parent
							
								
									7a1e8fda4b
								
							
						
					
					
						commit
						c377eb276a
					
				
					 40 changed files with 246 additions and 454 deletions
				
			
		| 
						 | 
				
			
			@ -1,13 +1,13 @@
 | 
			
		|||
#!/usr/bin/env bash
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# {{@@ env['dotdrop_warning'] @@}}
 | 
			
		||||
# {{@@ header() @@}}
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
if [[ -z "$1" ]] || [[ -z "$2" ]]; then
 | 
			
		||||
	echo "Usage: $0 <event> <talk-id>"
 | 
			
		||||
	echo "e.g.: $0 35c3 9766"
 | 
			
		||||
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
 | 
			
		||||
mpv /video/fuse/${1}/*/${2}/uncut.ts
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue