mirror of
https://bitbucket.org/anticensority/antizapret-pac-generator-light.git
synced 2024-11-22 05:06:04 +03:00
8 lines
102 B
Bash
8 lines
102 B
Bash
|
#!/bin/bash
|
||
|
HERE="$(dirname "$(readlink -f "${0}")")"
|
||
|
cd "$HERE"
|
||
|
|
||
|
./update.sh
|
||
|
./parse.sh
|
||
|
./process.sh
|