6 lines
35 B
Bash
Executable file
6 lines
35 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
set -x
|
|
|
|
echo foo
|