diff options
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-x | scripts/showSamples.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index 13e5a3f2..5d93e984 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -130,7 +130,7 @@ for sample in "${@}"; do done if [ "${opt}" = -w ]; then - echo "^ @@DATE@@ ^ |||||||||||||" + echo "^ @@DATE@@ |||||||||||||||" printf "^ Target " printf "^ Status " printf "^ Host " @@ -151,7 +151,7 @@ for sample in "${@}"; do done if [ "${opt}" = -w ]; then - printf "^ Total: ${#@} samples | ''X'': sample uses features marked as being EXPERIMENTAL.\\\\\\\\ ''B'': sample is curently BROKEN. |||||||||||||" + printf "^ Total: ${#@} samples | ''X'': sample uses features marked as being EXPERIMENTAL.\\\\\\\\ ''B'': sample is curently BROKEN. ||||||||||||||" echo "" elif [ -z "${opt}" ]; then echo ' l (local) : sample was found in current directory' |