All pastes #96804 Raw Edit

Someone

public text v1 · immutable
#96804 ·published 2006-07-23 05:58 UTC
rendered paste body
open BUILDINFOS, $build_instructions or die "$build_instructions was not opened\n";
chomp (@instructions = <BUILDINFOS>);
close BUILDINFOS;
`cat /dev/null > $build_instructions`;