This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maintainer: Ricardo Urrea <ricardo.urrea@gmail.com> | |
| pkgname=open-vm-tools-git | |
| pkgver=13.0.10 | |
| pkgrel=1 | |
| pkgdesc="Open VMware Tools for Linux guests (running Wayland only)" | |
| arch=('x86_64' 'aarch64') | |
| url="https://github.com/Riyyi/open-vm-tools" | |
| license=('GPL-2.0-only' 'LGPL-2.1-only') | |
| install=open-vm-tools-git.install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Threading; | |
| namespace ASCII | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| Thread.Sleep(500); |