aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/desc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/desc.sh')
-rwxr-xr-xtest/desc.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/desc.sh b/test/desc.sh
new file mode 100755
index 0000000..c9c8121
--- /dev/null
+++ b/test/desc.sh
@@ -0,0 +1,7 @@
1#!/bin/bash
2
3for name in $(cat qlist)
4do
5 echo $name
6 wd set-description $name en "A cyclone given name adopted by by ESCAP/WMO Typhoon Committee"
7done