source: CMT/v1r25p20140131/src/cleanup.zsh @ 693

Last change on this file since 693 was 664, checked in by rybkin, 10 years ago

merge -r 646:663 HEAD

File size: 400 bytes
Line 
1#-----------------------------------------------------------
2# Copyright Christian Arnault LAL-Orsay CNRS
3# arnault@lal.in2p3.fr
4# Written by Grigory Rybkin
5# See the complete license in cmt_license.txt "http://www.cecill.info".
6#-----------------------------------------------------------
7
8[ -z "${ARGC-}" ] && return
9
10compctl + cmt.exe
11
12for fn in $(functions -m + 'cmt_*'); do
13  unset -f $fn
14done
Note: See TracBrowser for help on using the repository browser.