mirror of
https://github.com/SSCLI/sscli_20021101
synced 2026-06-08 12:28:57 +00:00
9fa3874800
Moved the original file to the archive subfolder.
19 lines
279 B
Bash
19 lines
279 B
Bash
#!/bin/sh
|
|
# ==++==
|
|
#
|
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
#
|
|
# ==--==
|
|
|
|
if test X"$1" = X"veron"
|
|
then
|
|
ACTION="-q -m -cg 1.1. Everything"
|
|
fi
|
|
|
|
if test X"$1" = X"veroff"
|
|
then
|
|
ACTION="-q -m -cg 1.1. FullTrust"
|
|
fi
|
|
|
|
clix ${TARGETCOMPLUS}/caspol.exe ${ACTION}
|