6 lines
157 B
Bash
Executable File
6 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
${SCRIPT_DIR}/speedtest.sh >${SCRIPT_DIR}/data/speedtest-`date +%Y%m%d%H%M`.txt
|