You are here
PDU Spy
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionPDU = Protocol Data Unit. Source code#!/bin/bash # CHANGELOG # [SuperPlumus] (2013-06-27 11-32) # Clean code [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="PDU Spy" WORKING_WINE_VERSION="1.4" EDITOR="noobi.com" EDITOR_URL="http://www.noobi.com" PREFIX="PDUSpy" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "Tinou" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_LunaTheme cd "$WINEPREFIX/drive_c" POL_Download "http://www.nobbi.com/download/pduspy.zip" "36d8a5ab2e51bfbed5b4aa19b0087fe4" unzip "pduspy.zip" POL_Shortcut "PDUspy.exe" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Message |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com