Skip to content

Instantly share code, notes, and snippets.

@jbedo
Created November 18, 2012 22:58
Show Gist options
  • Save jbedo/4107980 to your computer and use it in GitHub Desktop.
Save jbedo/4107980 to your computer and use it in GitHub Desktop.
Acme script for unindenting one tab
#!/usr/bin/env rc
. 9.rc
exec sed 's/^ //'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment