Skip to content

Instantly share code, notes, and snippets.

View Git-North's full-sized avatar
💭
I may be slow to respond.

Git-North

💭
I may be slow to respond.
  • 00:28 (UTC +03:00)
View GitHub Profile
chcp 65001
:root
cd ..
cd ..
:scriptstart
cd java
@Git-North
Git-North / discord.bat
Created January 6, 2024 01:51
Discord replugged + asar installer (for DiscordDevelopment)
@echo off
setlocal enabledelayedexpansion
C:\Windows\System32\TASKKILL.exe /f /im Discord*.exe
C:\Windows\System32\TASKKILL.exe /f /im Discord*.exe
C:\Windows\System32\TASKKILL.exe /f /im Discord*.exe
set newest=000000000
PUSHD %localappdata%\DiscordDevelopment\
@Git-North
Git-North / co-inf.sh
Created July 16, 2023 13:02
Crossover Infinite Bottle
#!/bin/bash
cd ~/Library/Application\ Support/CrossOver/Bottles
for dir in */; do
if [ -d "$dir" ] && [ "$(ls -A "$dir")" ]; then
cd "$dir"
rm -f .*
@Git-North
Git-North / Start.bat.old
Last active January 6, 2024 01:55
Advanced minecraft server startup script for quilt... OUTDATED USE nanonestor / universalator
rem OUTDATED USE nanonestor / universalator
chcp 65001
cd ..
start "" "playit.exe"
cd %~dp0
:serverstart