mirror of
https://bitbucket.org/anticensority/antizapret-pac-generator-light.git
synced 2025-04-03 13:23:30 +03:00
10 lines
111 B
Bash
Executable file
10 lines
111 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
HERE="$(dirname "$(readlink -f "${0}")")"
|
|
cd "$HERE"
|
|
|
|
./update.sh
|
|
./parse.sh
|
|
./process.sh
|