8 lines
78 B
Bash
8 lines
78 B
Bash
#! /bin/bash
|
|
|
|
|
|
# whatever you do i will return != 0
|
|
|
|
echo Hello world
|
|
|
|
exit 42 |