8 lines
		
	
	
		
			348 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			348 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
FILE="/tmp/`date +%Y%m%d-%H.%M.%S.png`"
 | 
						|
NAME=$(date +%s | sha256sum | base64 | head -c 20 ; echo)
 | 
						|
 | 
						|
gnome-screenshot --area -f "$FILE"
 | 
						|
rsync -avz --delete $FILE -e "ssh -p 2223" root@209.250.255.224:/var/www/yorune.pl/u/$NAME.png && 
 | 
						|
 | 
						|
echo -e "https://yorune.pl/u/$NAME.png" | xclip -selection clipboard && notify-send "Screenshot has been updated"
 |