7 lines
48 B
Bash
Executable File
7 lines
48 B
Bash
Executable File
#!/usr/bin/env bash
|
|
echo "Hello world!"
|
|
|
|
exec
|
|
|
|
|