This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Coded by Eliot Van Uytfanghe @ 2010. | |
Class EditPackagesCommandlet Extends Commandlet; | |
event int Main( string Parms ) | |
{ | |
local bool bAdd; | |
local string PackageName; | |
local int i; | |
Log( Parms, name ); |