script(hosts/Infini-STICK): add mount script

This commit is contained in:
Infinidoge 2021-12-09 14:08:02 -05:00
parent 33362f1c1f
commit e2e9cd4458
2 changed files with 35 additions and 0 deletions

View file

@ -53,6 +53,13 @@ Setup with a wide array of hardware compatibility, specifically using the =porta
<<cleanup>>
#+END_SRC
#+NAME: mount
#+BEGIN_SRC bash :tangle mount.bash :shebang "#!/usr/bin/env bash" :noweb yes :comments noweb
<<boilerplate>>
<<mounting>>
#+END_SRC
** Script Boilerplate
#+NAME: boilerplate