BuildCubeE/MPW-3.2.3/Quit

20 lines
591 B
Plaintext
Raw Normal View History

2018-11-05 23:44:15 +00:00
# Quit - MPW Shell Quit File
#
2019-01-13 07:57:32 +00:00
# Copyright Apple Computer Inc. 1986-1988
2018-11-05 23:44:15 +00:00
# All Rights Reserved.
# Default tasks.
Save "{Worksheet}"
# Since Quit is distributed with MPW, you may want to have other
# "Quit" scripts that will not be overwritten with a new release.
# Other personalized quit scripts may be named Quit•≈ - such as
# "Quit•John" or "Quit•Tom" (• is option-8).
2019-01-13 07:57:32 +00:00
# These files should be located in the directory containing the MPW Shell.
2018-11-05 23:44:15 +00:00
For __Quit__i in `(Files "{ShellDirectory}"Quit•≈ || Set Status 0) ≥ dev:null`
Execute "{__Quit__i}"
End