;;-*- mode: scheme -*-
;;

;; Kept for backward compatibility.  Will be gone soon.

(define (main args)
  ;(warn "'cesconv' is obsoleted.  Use gauche-cesconv script instead.")
  (sys-system (string-join (cons "gauche-cesconv"
                                 (map (^s #"'~s'") (cdr args)))
                           " "))
  0)
