uawdijnntqw1x1x1
IP : 216.73.216.199
Hostname : webd002.cluster111.gra.hosting.ovh.net
Kernel : Linux webd002.cluster111.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
vertdeviaj
/
makecsv.sh
/
/
#!/bin/bash rm -rf csv; mkdir csv; cd www; _ID_LIST="$(../bin/wp post list --post_type=vins --format=ids 2> /dev/null)"; for _ID in $_ID_LIST do _NAME="$(../bin/wp post get $_ID --field=post_title 2> /dev/null)"; _NOTE="$(../bin/wp post meta get $_ID note 2> /dev/null)"; _NOTEX="$(../bin/wp post meta get $_ID notex 2> /dev/null)"; _DATE="$(../bin/wp post meta get $_ID datedegustation 2> /dev/null)"; _COLOR="$(../bin/wp post meta get $_ID couleur 2> /dev/null)"; _APP_LIST="$(../bin/wp post term list $_ID appellation --field=name 2> /dev/null)"; for _APP in _APP_LIST do echo "$_APP : $_NAME;$_COLOR;$_DATE;$_NOTE;$_NOTEX"; done done
/home/vertdeviaj/makecsv.sh