From 7ddf6531e98de5831e47fe8ba43fe8185ff85cdf Mon Sep 17 00:00:00 2001 From: wes Date: Sun, 4 Mar 2012 20:10:35 -0500 Subject: [PATCH] working on configs --- config_parser.rkt | 6 ++++++ lazyplay.sexp | 4 ++++ 2 files changed, 10 insertions(+) mode change 100644 => 100755 config_parser.rkt create mode 100644 lazyplay.sexp 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