mirror of
https://github.com/bol-van/zapret-win-bundle.git
synced 2025-12-16 20:07:04 +03:00
7 lines
106 B
Bash
7 lines
106 B
Bash
#!/bin/sh
|
|
|
|
EXEDIR="$(dirname "$0")"
|
|
EXEDIR="$(cd "$EXEDIR"; pwd)"
|
|
|
|
CURL=curl-kyber exec "$EXEDIR/blog.sh"
|