You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
eynollah/make.sh

10 lines
199 B
Bash

all: build install
build:
python3 setup.py build
install:
python3 setup.py install --user
cp sbb_newspapers_org_image/eynollah.py ~/bin/eynollah
chmod +x ~/bin/eynollah