Help for this page

Select Code to Download


  1. or download this
    #!perl -w 
    $CYGWIN_BIN="C:\\cygwin\\bin";
    $ENV{TEST_FUNC} = "() {\necho Hey, it works!;\n };\n";
    system(("$CYGWIN_BIN\\bash.exe", "-c \"declare -f\""));
    system(("$CYGWIN_BIN\\bash.exe", "-c \"TEST_FUNC\""));