Skip to content

Instantly share code, notes, and snippets.

View VixikHD's full-sized avatar
💻
Facing ProgTest rn

Vojtěch Stehlík VixikHD

💻
Facing ProgTest rn
View GitHub Profile
@VixikHD
VixikHD / bootstrap.php
Last active March 11, 2023 22:21
Simple script which generates PocketMine plugin workspace
<?php
declare(strict_types=1);
namespace vixikhd\bootstrap {
use function exec;
use function fgets;
use function file_put_contents;
use function getcwd;
use function gmdate;