mirror of
				https://github.com/shokinn/.files.git
				synced 2025-11-04 04:28:11 +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/mount_c3voc
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										9
									
								
								dotfiles/bin/mount_c3voc
									
										
									
									
									
										Executable file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,9 @@
 | 
			
		|||
#!/usr/bin/env bash
 | 
			
		||||
 | 
			
		||||
if [[ $UID -ne 0 ]]; then
 | 
			
		||||
	echo "You have to run this script as root!"
 | 
			
		||||
	exit 1
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
mount.cifs //storage.lan.c3voc.de/fuse /video/fuse -o rw,guest -o uid=phg
 | 
			
		||||
mount.cifs //storage.lan.c3voc.de/video /video/video -o rw,guest -o uid=phg
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue