mirror of
https://bitbucket.org/anticensority/antizapret-pac-generator-light.git
synced 2024-11-21 12:46:02 +03:00
11 lines
111 B
Bash
Executable File
11 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
HERE="$(dirname "$(readlink -f "${0}")")"
|
|
cd "$HERE"
|
|
|
|
./update.sh
|
|
./parse.sh
|
|
./process.sh
|