Skip to content

Instantly share code, notes, and snippets.

@jbedo
Created November 18, 2012 22:58
Show Gist options
  • Save jbedo/4107979 to your computer and use it in GitHub Desktop.
Save jbedo/4107979 to your computer and use it in GitHub Desktop.
Acme script for indenting one tab
#!/usr/bin/env rc
. 9.rc
exec awk '{print " " $0}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment