webkit2gtk-python-webextension/run.sh
Adrian Perez de Castro f180885d41 Initial import
2015-08-25 19:05:14 +03:00

11 lines
193 B
Bash
Executable file

#! /bin/sh
#
# run.sh
# Copyright (C) 2015 Adrian Perez <aperez@igalia.com>
#
# Distributed under terms of the MIT license.
#
make -s
export PYTHONPATH=$(pwd)
exec ./browse-with-extension "$@"