4 lines
147 B
Bash
Executable file
4 lines
147 B
Bash
Executable file
#!/usr/bin/env bash
|
|
dir=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
|
$dir/dd-progress-to-file.py &
|
|
$dir/site-files/make-page.sh
|