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
23441bd02b
small-package
/
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