From 384370eaa14fb275286903193e21b9d2a9d6b541 Mon Sep 17 00:00:00 2001 From: sundowndev Date: Mon, 18 Feb 2019 16:07:50 +0100 Subject: [PATCH] Test script --- examples/generate.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/generate.sh b/examples/generate.sh index 5c80ca2..3ff767f 100755 --- a/examples/generate.sh +++ b/examples/generate.sh @@ -2,6 +2,12 @@ scriptDir=$(dirname -- "$(readlink -f -- "$BASH_SOURCE")") +python3 $scriptDir/../phoneinfoga.py -n "+86 591 2284 8571" -h + +python3 $scriptDir/../phoneinfoga.py -n "+86 591 2284 8571" -s any --no-ansi + python3 $scriptDir/../phoneinfoga.py -i $scriptDir/input.txt -o $scriptDir/output_from_input.txt -s any python3 $scriptDir/../phoneinfoga.py -n "+86 591 2284 8571" -s all -o $scriptDir/output_single.txt + +echo "Test script executed." \ No newline at end of file