7 lines
53 B
Bash
Executable File
7 lines
53 B
Bash
Executable File
#!/cmd/rc
|
|
|
|
rm -fr /tmp/qa-files
|
|
|
|
echo PASS
|
|
exit PASS
|