You've already forked lazarus-ccr
added hint for new version
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1740 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
#!/usr/bin/env instantfpc
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
uses SysUtils;
|
||||
|
||||
var i: integer;
|
||||
uses
|
||||
SysUtils;
|
||||
var
|
||||
i: integer;
|
||||
begin
|
||||
i:=StrToInt(ParamStr(1));
|
||||
writeln('exit code: ',i);
|
||||
|
Reference in New Issue
Block a user