bash and return codes
let’s start… the aim is too see the behaviour of the bash when we deal with return/exit codes spawn-2:trials zeph$ vi pointer.c spawn-2:trials zeph$ make pointer cc pointer.c -o pointer wow… it compiles, I still remember how to code! well… I found this online course to refresh my memory spawn-2:trials zeph$ ./pointer Hello world!!! and [...]
