mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-25 12:24:52 -08:00
6 lines
63 B
Bash
Executable File
6 lines
63 B
Bash
Executable File
#! /usr/bin/bash
|
|
poetry install
|
|
clear
|
|
poetry run fastanime $*
|
|
|