Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. #!/bin/ash
  2. . ./gui_main.cgi
  3. if [ "$skin" = 1 ];then
  4. . ./dk/gui_download.cgi
  5.  
  6. elif [ "$skin" = 2 ];then
  7. . ./mt/gui_download.cgi
  8.  
  9. else
  10. . ./default/gui_download.cgi
  11. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement