Skip to content

Commit

Permalink
Add increment function
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Wirth committed Nov 23, 2017
1 parent cb8afd5 commit 22ac340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions increment.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
read b
echo $(expr 1 + $b)
1 change: 1 addition & 0 deletions install.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
path: keymap.xkb
~/.gitignore: gitignore
~/.config/kak/kakrc: kakrc
/usr/local/bin/inc: increment.sh
~/Library/Preferences/com.apple.Terminal.plist:
force: true
path: com.apple.Terminal.plist
Expand Down

0 comments on commit 22ac340

Please sign in to comment.