This file contains 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
===2017 | |
root@vps:/home/steam/gmod/garrysmod/data/ulx_logs# grep -rn *17.txt -e "Hallor set the karma for " | |
02-25-17.txt:1263:[17:34:04] Hallor set the karma for Themself to 5000 | |
02-28-17.txt:249:[09:21:35] Hallor set the karma for Themself to 1753 | |
02-28-17.txt:250:[09:21:38] Hallor set the karma for Themself to 10000 | |
02-28-17.txt:552:[11:04:47] Hallor set the karma for Nein to 10000 | |
03-06-17.txt:440:[11:13:43] Hallor set the karma for Themself to 10000 | |
03-12-17.txt:19:[08:00:09] Hallor set the karma for Themself to 10000 | |
03-12-17.txt:117:[12:34:41] Hallor set the karma for Maxii to 10000 | |
03-14-17.txt:519:[15:21:31] Hallor set the karma for Themself to 10000 |
This file contains 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
git clone https://github.com/ppy/osu | |
cd osu | |
git submodule update --init --recursive | |
wget https://dist.nuget.org/win-x86-commandline/latest/nuget.exe | |
mono ./nuget.exe restore | |
xbuild | |
cd osu.Desktop/bin/Debug/ | |
mono 'osu!.exe' |