Skip to content

Instantly share code, notes, and snippets.

@pavelz
Created July 20, 2017 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pavelz/08c544623ca34a59182a266b3ed3d615 to your computer and use it in GitHub Desktop.
Save pavelz/08c544623ca34a59182a266b3ed3d615 to your computer and use it in GitHub Desktop.
#lang racket
(require remote-shell/ssh)
(define (code param1 param2)
(displayln (~a param1 " " param2)))
(code "hello" '(1 2))
(displayln (~a "hello" " sfsfd"))
(ssh (remote #:host "127.0.0.1 -p 2022" #:user "waetherbot" ))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment