Repository URL to install this package:
#!/usr/bin/env instantfpc {$mode objfpc}{$H+} uses SysUtils; begin writeln(GetCurrentDir); end.