This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!-- saved from url=(0446)http://webcache.googleusercontent.com/search?q=cache:q8OPc5urjyYJ:horimisrael.wordpress.com/2014/07/04/%25D7%2594%25D7%25A4%25D7%25A8%25D7%25A9%25D7%2594-%25D7%2594%25D7%259E%25D7%2598%25D7%259C%25D7%2598%25D7%259C%25D7%25AA-%25D7%2590%25D7%25AA-%25D7%2594%25D7%259E%25D7%25A9%25D7%2598%25D7%25A8%25D7%2594-%25D7%2590%25D7%25A4%25D7%25A8%25D7%2599%25D7%2599%25D7%259D-%25D7%2591%25D7%25A8%25D7%259B%25D7%2594-%25D7%25A8/+&cd=1&hl=en&ct=clnk&gl=il --> | |
<html dir="rtl" lang="he"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<!--<base href="http://horimisrael.wordpress.com/2014/07/04/%D7%94%D7%A4%D7%A8%D7%A9%D7%94-%D7%94%D7%9E%D7%98%D7%9C%D7%98%D7%9C%D7%AA-%D7%90%D7%AA-%D7%94%D7%9E%D7%A9%D7%98%D7%A8%D7%94-%D7%90%D7%A4%D7%A8%D7%99%D7%99%D7%9D-%D7%91%D7%A8%D7%9B%D7%94-%D7%A8/">--><base href="."><script type="text/javascript" async="" src="./ שרשה לה-פאם הפרשה המטלטלת את המשטרה אפריים ברכה, רונאל פישר ואושרה אסף מכרו מידע והבטיחו לסגור תיקי מח ש לשו |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
WINDOW_NAME=`xdotool getwindowname $WINDOWID` | |
shopt -s expand_aliases | |
source ~/.aliases | |
eval $@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
912a913 | |
> customvariablesmember *custom_variables = NULL; | |
994a996,998 | |
> for (custom_variables = temp_host->custom_variables; custom_variables; custom_variables = custom_variables->next) { | |
> printf("\t\t\t\t \"%s\":\"%s\", \n", custom_variables->variable_name, custom_variables->variable_value); | |
> } | |
1082c1086,1088 | |
< | |
--- | |
> for (custom_variables = temp_service->custom_variables; custom_variables; custom_variables = custom_variables->next) { |