mirror of
https://github.com/Ascyii/scripts.git
synced 2025-12-31 20:34:25 -05:00
6 lines
87 B
Bash
Executable File
6 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source ~/pgadmin4/bin/activate
|
|
firefox "http://127.0.0.1:5050" &
|
|
pgadmin4
|