Skip to content

Instantly share code, notes, and snippets.

View xy3's full-sized avatar
๐ŸŒ†
3

xy3

๐ŸŒ†
3
View GitHub Profile
@xy3
xy3 / test.sh
Last active December 9, 2025 00:29
mdm bypass
#!/bin/bash
# Global constants
readonly DEFAULT_SYSTEM_VOLUME="Macintosh"
readonly DEFAULT_DATA_VOLUME="Macintosh - Data"
# Text formating
RED='\033[1;31m'
GREEN='\033[1;32m'
BLUE='\033[1;34m'
@xy3
xy3 / eev.v
Created January 31, 2022 13:51
import vweb
import sqlite
struct App {
vweb.Context
pub mut:
db sqlite.DB
}
fn main() {