summaryrefslogtreecommitdiff
path: root/test/syntax/code/shell
blob: 4a48fe2b231b2f444533acc288feabf266833023 (plain)
1
2
3
4
5
6
7
8
9
10
11
$ echo $EDITOR
vim
$ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
$ git push
Everything up-to-date
$ echo 'All
> done!'
All
done!