This website requires JavaScript.
Explore
Help
Register
Sign In
OpenWrt
/
small-package
mirror of
https://github.com/kenzok8/small-package
Watch
1
Star
0
Fork
You've already forked small-package
0
Code
Issues
Projects
Releases
Wiki
Activity
7c58a2541a
small-package
/
luci-app-adguardhome
/
root
/
usr
/
share
/
AdGuardHome
/
tailto.sh
4 lines
92 B
Bash
Executable File
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