diff options
author | EuAndreh <eu@euandre.org> | 2018-07-08 17:57:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-08 17:57:53 -0300 |
commit | 23744c961f5c1860434fcc064ed736713acca000 (patch) | |
tree | 799fb772b902d09ff8f706c115d249b00b410079 /slides/new.sh | |
parent | Add slides/new.sh for bootstrapping new reveal.js presentations (diff) | |
download | euandre.org-23744c961f5c1860434fcc064ed736713acca000.tar.gz euandre.org-23744c961f5c1860434fcc064ed736713acca000.tar.xz |
Create base index.org sample slide
Diffstat (limited to '')
-rwxr-xr-x | slides/new.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/slides/new.sh b/slides/new.sh index f985ca6..1321eb9 100755 --- a/slides/new.sh +++ b/slides/new.sh @@ -19,4 +19,5 @@ function update-reveal-js(){ outdir="$1" mkdir "$outdir" mkdir "$outdir/reveal.js" +cp base.org "$outdir/index.org" update-reveal-js $outdir |