mirror of
				https://github.com/Mastermindzh/dotfiles.git
				synced 2025-11-04 10:49:00 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			119 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			119 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
case "$2" in
 | 
						|
    up)
 | 
						|
        timedatectl set-timezone "$(curl --fail https://ipapi.co/timezone)"
 | 
						|
    ;;
 | 
						|
esac
 |