Advertisement
svenhoefer

Untitled

Oct 7th, 2017
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. for plugin in getrc input logomask logoview msgbox scripts-lua shellexec tuxcal tuxcom tuxmail tuxwetter; do
  4.     git subtree add --prefix=$plugin https://github.com/tuxbox-neutrino/plugin-$plugin.git master
  5. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement