cb19003b53
Signed-off-by: fly <merspieler@alwaysdata.net>
2 lines
84 B
Bash
Executable file
2 lines
84 B
Bash
Executable file
#! /usr/bin/env bash
|
|
tail -n +3 $1 | grep -v -E "^99" >> output/NavData/apt/apt.dat
|