Snippets

Mihamina Rakotomandimby VMWare use embedded libraries

Created by Mihamina Rakotomandimby

File vmmplayer.sh Added

  • Ignore whitespace
  • Hide word diff
+#!/bin/bash
+export VMWARE_USE_SHIPPED_LIBS=force
+/usr/bin/vmplayer
+

File vmware.sh Added

  • Ignore whitespace
  • Hide word diff
+#!/bin/bash
+export VMWARE_USE_SHIPPED_LIBS=force
+/usr/bin/vmware
+
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.