X Tutup
Skip to content

dc1992/FritzBoxShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

FritzBoxShell

You need to create an user with Access from the internet allowed in your FritzBox panel, after that:

  • Download the script and add BoxUSER and BoxPW variables to your ~/.zprofile

    BoxUSER="your_user"
    export BoxUSER
    
    BoxPW="your_password"
    export BoxPW
    
  • Make the script executable

    chmod +x /path/to/fritzBoxShell.sh
    
  • Add this to your .zshrc

    alias fritzbox="/path/to/fritzBoxShell.sh"
    
  • Restart your shell and then you can use FritzBoxShell

    fritzbox help
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

X Tutup