summaryrefslogtreecommitdiff
path: root/bin/amazon-workspaces.sh
blob: 507747eb057c3debee3a153c01fdfbf5a87268d4 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
BASE_DIR="$HOME/.wine/"

# Sometimes wine is in /opt on Ubuntu
PATH="/opt/wine-stable/bin:$PATH"

# Remove this because it causes crashes
find "$BASE_DIR" -name pcoip_vchan_remoteprintclient.dll -exec rm '{}' \;

exec wine64 "$(find "$BASE_DIR" -name workspaces.exe)" &