Skip to content

Instantly share code, notes, and snippets.

View dictions's full-sized avatar
🍹

Ian Hatcher-Williams dictions

🍹
View GitHub Profile
#!/bin/bash
# Ask for the administrator password upfront
sudo -v
# Keep-alive: update existing `sudo` time stamp until `sync` has finished
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
# Reset font directories
sudo fontrestore default
this.createFormHelper('email')
// Returns:
{
get() {
return this.state
},
set(e) {
this.setState({email: e.target.value})