Files
yallie 9fa3874800 Added the contents of the archive.
Moved the original file to the archive subfolder.
2017-11-20 16:11:42 +03:00

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}