Test script
This commit is contained in:
parent
1d69e2708d
commit
384370eaa1
|
@ -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."
|
Loading…
Reference in New Issue