mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-02-10 22:05:41 +08:00
7 lines
101 B
Bash
7 lines
101 B
Bash
#!/bin/bash
|
|
# -*- coding: UTF-8 -*-
|
|
|
|
bangumi_name=$1
|
|
|
|
python3 /path/rule_set.py --name $bangumi_name
|