Hello I'm trying to write Postgresql script(s) but having a problem with shebang line
#! /usr/bin/psql [ psql_args_here ] -f
select now();
This gives me error as if I just entered psql
without any arguments in command line. How do I do it right? Thanks.