6 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								#!/bin/bash
							 | 
						||
| 
								 | 
							
								cp /usr/share/zoneinfo/Europe/Istanbul /etc/localtime
							 | 
						||
| 
								 | 
							
								export TZ=/etc/localtime
							 | 
						||
| 
								 | 
							
								hwclock --set --date "`date +"%D %T"`"
							 | 
						||
| 
								 | 
							
								hwclock -s
							 |