2 changed files with 10 additions and 0 deletions
@ -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) |
@ -0,0 +1,4 @@ |
|||
( |
|||
(player mplayer) |
|||
(filetype avi) |
|||
) |
Reference in new issue