diff options
| author | mokha <mokha@cisco.com> | 2019-03-21 15:05:49 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2019-03-21 15:05:49 -0600 |
| commit | be71d93009e0b3c5a742c06f1589674c6fffab38 (patch) | |
| tree | 1527b2264019207369a1d450d2b8f497e0703545 /bin/present | |
| parent | 56d255c6b7690735e2e1a7422db7d9319edd9f9d (diff) | |
rename start -> present
Diffstat (limited to 'bin/present')
| -rwxr-xr-x | bin/present | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/present b/bin/present new file mode 100755 index 0000000..53e18bf --- /dev/null +++ b/bin/present @@ -0,0 +1,4 @@ +#!/bin/bash + +rm -fr presentation/* +vimdeck slideshow -p 2 --no-ascii --no-filetype presentation.md |
