Files
2021-03-13 22:11:41 +01:00

8 lines
78 B
Bash

#! /bin/bash
# whatever you do i will return != 0
echo Hello world
exit 42