7 lines
108 B
Bash
Executable file
7 lines
108 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
RUN "uptime";
|
|
|
|
COPY "${JOBFILE_DIR}/testfile.txt" "/tmp";
|
|
|
|
RUN "rm /tmp/testfile.txt";
|