Headers added.

master
Sam Hunter 7 months ago
parent ccae150da4
commit 87c27a66c1

@ -1,4 +1,10 @@
#! /home/samhunter/public_bin/slope
#! /usr/bin/env slope
; prattle - small realtime chat for localhost
; author: samhunter@rawtext.club
; https://git.rawtext.club/samhunter/prattle
;
; utility bot
;
(define me "jarvis")
(define inp (string-format "/join %v\n" me))
(define l #f)

@ -1,4 +1,10 @@
#! /home/samhunter/public_bin/slope
; prattle - small realtime chat for localhost
; author: samhunter@rawtext.club
; https://git.rawtext.club/samhunter/prattle
;
; client
;
(define me (env "USER"))
(define inp (string-format "/join %v\n" me))
(define l #f)

@ -1,4 +1,10 @@
#! /usr/bin/env slope
; prattle - small realtime chat for localhost
; author: samhunter@rawtext.club
; https://git.rawtext.club/samhunter/prattle
;
; server
;
(define get-cln
(lambda ()
(define fh (file-open-read (append (env "HOME") "/bin/client.slo")))

Loading…
Cancel
Save