Skip to content

Instantly share code, notes, and snippets.

@dwsteadman
dwsteadman / thing
Last active August 29, 2015 14:07
A gist to turn a python app into a terminal command
#!/bin/bash
# A script to turn your python app into a terminal command
$PWD=pwd
cp $PWD /usr/.something/
cd ~/
"alias randomApp='cd /usr/.something; python3 main.py'" << .bashrc
@dwsteadman
dwsteadman / InfiniHealth.js
Created August 12, 2014 21:29
Infinite Health ModPE Script
clientMessage(chatColor.GREEN + "Mod by: dwsteadman")
modTick(){
setPlayerHealth(20);
}