5 lines
57 B
Bash
5 lines
57 B
Bash
|
#!/bin/sh
|
||
|
cd $(dirname $0)
|
||
|
pipenv run python -m updater
|
||
|
|