mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:31:48 +00:00
I ran into issues setting up Sourcegraph on NixOS, because NixOS, like some other distros, doesn't have a /bin/bash. We already use /usr/bin/env in many of our scripts, so this improves consistency, too.
4 lines
81 B
Bash
Executable File
4 lines
81 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
psql -c "drop schema public cascade; create schema public;"
|