4 lines
81 B
Bash
4 lines
81 B
Bash
#!/bin/sh
|
|
SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
|
|
cd "$SCRIPT_DIR"
|
|
./list_tests |