Added fr24feed curl to aliases

This commit is contained in:
Phil 2023-04-28 12:01:12 +01:00
parent 15adc3bc6c
commit 55e734eda2

View File

@ -369,6 +369,9 @@ echo "Premium Unleaded - $premium_unleaded p"
echo "Unleaded - $costco_unleaded p"
}
## Curl Dump1090 data from scanner
alias fr24feed="curl --http0.9 192.168.10.21:30003 --output -"
## Display all commands in this Alias file
alias my-alias="cat ~/.aliases | grep -oP 'alias\s\K[^=]+' | sort -n"