File: mimic.ft

package info (click to toggle)
freetalk 3.2-11
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,804 kB
  • sloc: sh: 4,387; cpp: 3,281; lisp: 1,044; makefile: 133; sed: 16
file content (11 lines) | stat: -rwxr-xr-x 231 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/freetalk -s
!#

; This FreeTalk script mimics the actual freetalk interactive mode
; except handling command line arguments

(ft-load "init.scm")
(ft-load-default-config)
(ft-load "login.scm")
(ft-cli-on)
(ft-main-loop)