Skip to content

Instantly share code, notes, and snippets.

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

Iris Hoffmeyer Arzte

💭
I may be slow to respond.
  • United States
View GitHub Profile
@masato9000
masato9000 / adobe-flash-package
Last active April 18, 2021 05:07
[OBSOLETE] Downloader/packager of flash plugins for XBPS-based systems (Void Linux)
#!/bin/sh
_bsdl='
Copyright (c) 2017, masato9000@users.noreply.github.com
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
@Arzte
Arzte / lol.bat
Created April 8, 2015 17:59
Shell to run cmd prompt when disabled.
@echo off
title Command Prompt Batch
ver
echo Copyright (c) 2015 The_Doctors_Life Incorporated. Not actually copyright material.
echo.
:Loop
set /P the="%cd%>"
%the%
echo.
goto loop