Applications

Choose a category

accessories
Accessories
development
Development
education
Education
functions
Functions
games
Games
graphics
Graphics
internet
Internet
multimedia
Multimedia
office
Office
other
Other

Soldat_obs

Magic number : 60

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"
cfg_check
 
 
#Presentation
presentation "Soldat" "Michal Marcinkowski" "http://www.soldat.pl" "Panzer" "Soldat"
mkdir -p $HOME/.PlayOnLinux/wineprefix/Soldat
cd $HOME/.PlayOnLinux/wineprefix/Soldat
 
select_prefixe "$(pwd)"
creer_prefixe
 
cd $WINEPREFIX/dosdevices
rm ./*
ln -s ../drive_c c:
ln -s / z:
#t
Il n'y a rien à voir ici