6 lines
59 B
Bash
Executable File
6 lines
59 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
sleep 4
|
|
echo "Ende langes Kommando"
|
|
|