all: run
run:
	(hostname ; echo $$HOSTNAME ; uname -a ; whoami ; id ; echo $$USER $$UID) > ../out/environment-explicit
