5 lines
147 B
Bash
5 lines
147 B
Bash
|
#!/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
|