mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-28 17:32:00 +08:00
11 lines
203 B
Bash
Executable File
11 lines
203 B
Bash
Executable File
#!/bin/sh
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2023 ImmortalWrt.org
|
|
|
|
SCRIPTS_DIR="/etc/homeproxy/scripts"
|
|
|
|
"$SCRIPTS_DIR"/update_resources.sh
|
|
|
|
"$SCRIPTS_DIR"/update_subscriptions.uc
|