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