4 lines
176 B
Bash
Executable File
4 lines
176 B
Bash
Executable File
#!/bin/bash
|
|
# Sponsors depuis PostgreSQL
|
|
sudo -u postgres psql -d adx_clients -c "SELECT name, country, status FROM sponsors LIMIT 20;" 2>/dev/null || echo "No sponsors table"
|