Amigos no logro hacer que funcione el script
Código BASH:
Ver original@echo off
SET PGPASSWORD=*****
psql -U postgres turnos -c "delete from prueba;"
psql -U postgres turnos -c "ALTER SEQUENCE prueba_id_seq RESTART WITH 1;"
pause
que estoy haciendo mal?