# Copyright (c) 2002-08 Peter Guntert. All rights reserved. ## 7MACROS: initsafe - CYANA macro ## ## Parameters: (none) ## ## Startup macro for "safe" mode. This macro is executed before any other ## initialization macros when the program is started with the '-S' option. ## In safe mode, the program can access only standard macros and residue ## libraries, and files in the current working directory and its ## subdirectories. Access to other directories and the execution of shell ## commands with the 'system' command are forbidden. var echo args k syntax safe echo := off $cyanadir/macro/init