3 lines
35 B
Bash
Executable File
3 lines
35 B
Bash
Executable File
#! /usr/bin/env bash
|
|
sleep 1
|
|
exit 1 |