Skip to content
Snippets Groups Projects
Commit 1ac96630 authored by Denis Shirshov's avatar Denis Shirshov
Browse files

81.2

parent ab11f87b
No related branches found
No related tags found
No related merge requests found
......@@ -21,4 +21,10 @@
(cond
((equal? hostname "xpolaris") 'digitalocean)
(else 'other-linux))))
(else #f))))
(else #f))))
(define (server?)
(case (where-am-i)
((inwin-win7 unknown-win) #f)
((digitalocean) #t)
(else #f)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment