4 lines
56 B
Bash
4 lines
56 B
Bash
|
#!//bin/bash
|
||
|
|
||
|
psql -h localhost -d docker -U docker $@
|