Skip to content

Instantly share code, notes, and snippets.

@svdmitrij
Last active January 4, 2016 18:59
Show Gist options
  • Save svdmitrij/8664116 to your computer and use it in GitHub Desktop.
Save svdmitrij/8664116 to your computer and use it in GitHub Desktop.
Открыть все изменённые файлы в редакторе.
#!/bin/bash
subl `git status|grep modified|awk '{ print $3 }'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment