summaryrefslogtreecommitdiffstats
path: root/variables.sample.ahk
diff options
context:
space:
mode:
Diffstat (limited to 'variables.sample.ahk')
-rw-r--r--variables.sample.ahk26
1 files changed, 26 insertions, 0 deletions
diff --git a/variables.sample.ahk b/variables.sample.ahk
new file mode 100644
index 0000000..d924cc1
--- /dev/null
+++ b/variables.sample.ahk
@@ -0,0 +1,26 @@
+
+firstName := ""
+lastName := ""
+
+homePhoneNumber := ""
+workPhoneNumber := ""
+mobilePhoneNumber := ""
+
+homePostCode := ""
+workPostCode := ""
+
+homeAddress := ""
+workAddress := ""
+
+homeEmailAddress := ""
+workEmailAddress := ""
+
+workIPAddress := ""
+workSIPAddress := ""
+serverRemoteAddress := ""
+remoteMAC := ""
+
+crmSearch := ""
+
+sshHost := ""
+sshPort := "" \ No newline at end of file