mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-01 01:30:27 +08:00
6 lines
75 B
Bash
6 lines
75 B
Bash
#!/bin/bash
|
|
|
|
BangumiName=$1
|
|
|
|
python3 /path/rule_set.py --name $BangumiName
|