You are here
POL_Function_Sleep
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 Source code#!/bin/bash # PlayOnLinux Function # Date : (2009-10-31 17-55) # Last revision : (2009-10-31 17-55) # Wine version used : none # Distribution used to test : none # Author : Tinou # Licence : # Depend : none # Note : Do not use POL_SetupWindow_Init # A basic exemple of function # Please start the name with POL_Function_ or POL_Install (for the moment) # Source is not needed # To run this function in POL : Use, POL_Call POL_Function_sleep [TIME] [ "$PLAYONLINUX" = "" ] && exit POL_SetupWindow_wait_next_signal "Please wait ..." sleep $1 POL_SetupWindow_detect_exit |
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