mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-19 12:32:40 +01:00
10 lines
187 B
Bash
Executable File
10 lines
187 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Installs the htmlize Emacs plugin
|
|
|
|
${abs_srcdir}/tools/missing git clone "https://github.com/TREX-CoE/emacs-htmlize"
|
|
mv emacs-htmlize/htmlize.el $1
|
|
rm -rf emacs-htmlize
|
|
|
|
|