10 lines
63 B
Bash
Executable file
10 lines
63 B
Bash
Executable file
#!/bin/bash
|
|
|
|
TEST_FILE=$1
|
|
|
|
source ./$TEST_FILE
|
|
|
|
pre
|
|
body
|
|
post
|
|
|