mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-25 04:15:19 -08:00
7 lines
104 B
Bash
Executable File
7 lines
104 B
Bash
Executable File
#! /usr/bin/bash
|
|
cd $HOME/code/python/kivy_apps/FastAnime
|
|
poetry install
|
|
clear
|
|
poetry run fastanime $*
|
|
|