how hard would it be to change the image file to include a shebang on the first line?
for instance: #!/usr/bin/env pharo -headless like that images would serve as "almost" script files? I image something like everything until the first 0 or newline byte is ignored when loading the image...
