1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 03:21:16 +02:00

changing scripts slightly

This commit is contained in:
TiynGER
2020-05-04 10:53:44 +02:00
parent 96b8fd6911
commit b9b08a77ea
9 changed files with 15 additions and 6 deletions

3
.local/bin/private/stronghold Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
winetricks sandbox
wine $WINEPREFIX/drive_c/Program\ Files/Stronghold\ Crusader\ Extreme/Stronghold_Crusader_Extreme.exe

3
.local/bin/private/swp_client Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
mvn exec:java -Dexec.mainClass="de.uol.swp.client.Main" -f ~/gitrepos/uniOldenburg/inf004swp/Client

3
.local/bin/private/swp_server Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
mvn exec:java -Dexec.mainClass="de.uol.swp.server.ServerApp" -f ~/gitrepos/uniOldenburg/inf004swp/Server