diff options
| author | mokha <mokha@cisco.com> | 2019-03-19 20:03:09 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2019-03-19 20:03:09 -0600 |
| commit | 4eb8e72e696915d06717cd7d837bbb5441ffb6f1 (patch) | |
| tree | 44f87c64ba15c3efc92dd76d63a162d4b7bcdc9c /bin | |
| parent | 787921788d36c993a9509e642712d87320f171e0 (diff) | |
add start script.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/start | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/start b/bin/start new file mode 100755 index 0000000..bdbe7d7 --- /dev/null +++ b/bin/start @@ -0,0 +1,4 @@ +#!/bin/bash + +gem install vimdeck +vimdeck presentation.md |
