pidor/scripts/sunset

4 lines
92 B
Bash
Executable File

#!/bin/bash
echo "49.5916 6.1407" | $(dirname "$0")/rscalc.awk |
awk '/^Sunset/{print $NF}'