This website requires JavaScript.
Explore
Help
Register
Sign In
OpenWrt
/
openwrt-packages
mirror of
https://github.com/kenzok8/openwrt-packages.git
Watch
1
Star
0
Fork
You've already forked openwrt-packages
0
Code
Issues
Projects
Releases
Wiki
Activity
4f336fd59d
openwrt-packages
/
luci-app-adguardhome
/
root
/
usr
/
share
/
AdGuardHome
/
tailto.sh
6 lines
94 B
Bash
Raw
Blame
History
#!/bin/sh
tail -n
$1
"
$2
"
> /var/run/tailtmp
cat /var/run/tailtmp >
"
$2
"
rm /var/run/tailtmp
Reference in New Issue
View Git Blame
Copy Permalink