File: system.tcl

package info (click to toggle)
dotfile 1%3A2.4-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 5,472 kB
  • ctags: 523
  • sloc: tcl: 14,072; sh: 918; makefile: 177; lisp: 18; ansic: 7
file content (9 lines) | stat: -rw-r--r-- 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
set __system(mkdir) "/bin/mkdir"
set __system(rm) "/bin/rm"
set __system(browser) "/usr/local/bin/netscape"
set __system(mv) "/bin/mv"
set __system(tclsh) "/usr/bin/tclsh"
set __system(cp) "/bin/cp"
set __system(mail) "/usr/sbin/sendmail"
set __system(language) "english"
set __system(languages) {english japanese}