summaryrefslogtreecommitdiffstats
path: root/variables.sample.ahk
diff options
context:
space:
mode:
authorbreadcat2017-04-27 13:41:42 +0100
committerbreadcat2017-04-27 13:41:42 +0100
commit546a536dffd0a56de36a1031a2aa27fd9d31225c (patch)
treee1226922ad3b1cfc06d0f94edc4d4a389000104e /variables.sample.ahk
parent1f8561ca754fe30e9fd147e88d91f9e63929678a (diff)
downloadahka-546a536dffd0a56de36a1031a2aa27fd9d31225c.tar.gz
ahka-546a536dffd0a56de36a1031a2aa27fd9d31225c.tar.bz2
ahka-546a536dffd0a56de36a1031a2aa27fd9d31225c.zip
Update ignore and variable files
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