sicp_exercices/run
Yann Esposito (Yogsototh) eb48870f31 Use sed for head portability
2011-09-16 00:01:40 +02:00

2 lines
72 B
Bash
Executable file

#!/usr/bin/env zsh
scheme --load $1 </dev/null | tail -n +12 | sed '5d'