5 行
60 B
Bash
実行ファイル
5 行
60 B
Bash
実行ファイル
#!/bin/bash
|
|
|
|
createdb invidious
|
|
psql invidious < videos.sql
|