diff --git a/config_parser.rkt b/config_parser.rkt old mode 100644 new mode 100755 index e69de29..2c383a9 --- a/config_parser.rkt +++ b/config_parser.rkt @@ -0,0 +1,6 @@ +#! /usr/bin/env racket +#lang racket + +(define ip (open-input-file "lazyplay.sexp")) +(read-syntax "~/lisp/lazyplay/lazyplay.sexp" ip) +(close-input-port ip) \ No newline at end of file diff --git a/lazyplay.sexp b/lazyplay.sexp new file mode 100644 index 0000000..5e2c929 --- /dev/null +++ b/lazyplay.sexp @@ -0,0 +1,4 @@ +( +(player mplayer) +(filetype avi) +) \ No newline at end of file