mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 08:29:10 +08:00
6 lines
98 B
Bash
6 lines
98 B
Bash
#!/bin/sh
|
|
|
|
if [[ "$ACTION" == "ifup" ]]; then
|
|
sleep 10 && /etc/init.d/simple-adblock start &
|
|
fi
|