fun

Add send mail code to mariona.clj

The script can now send mail without a hinge. Still needs some final rubbing and cleaning to inspect the website.

Author
Maarten 'Vngngdn' Vangeneugden
Date
Feb. 24, 2018, 6:19 p.m.
Hash
e5f1df9a2bebf273408037dc12aac281d8a47a92
Parent
dc537f0260d559511ac9bd3b36681f45b335578f
Modified file
mariona.clj

mariona.clj

5 additions and 2 deletions.

View changes Hide changes
1
-
+
1
2
2
(defn diefunctie
3
3
  []
4
4
  (slurp "https://live.777.be/team/"))
5
5
6
6
7
7
(println (diefunctie))
8
-
(println "LOL")
+
8
(println "LOL")
9
9
+
10
;(println (doc clojure.java.shell/sh))
+
11
(shell/sh "neomutt" "-x" "-s" "Mariona speelt vanavond!" "maarten.vangeneugden@student.uhasselt.be")
+
12