6 行
77 B
Bash
実行ファイル
6 行
77 B
Bash
実行ファイル
#!/bin/bash
|
|
|
|
createdb invidious
|
|
createuser kemal
|
|
psql invidious < videos.sql
|