summaryrefslogtreecommitdiffstats
path: root/Testcases/cleanup
blob: c23d55671a27ad6dd5ee17142064bd126577fcd1 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash


if [ $1 == "v4" ]
then
  echo "Cleaning v4"
else
  echo "Cleaning v6"
fi