acoeur/bin/apache_on_change.sh
2022-11-05 23:34:40 +01:00

15 lines
185 B
Bash
Executable File

#!/bin/sh
cd "$(dirname "$0")/.." || exit
line="$1"
url=$(echo "$line" | cut -d ' ' -f7)
full="$(pwd)/content$url"
dir=${full%/*}
page=${url##*/}
"bin/ac_route.sh" "$dir" "$page"