----------------------------------------- lines 8-33 of file: bin/example_remove.sh ----------------------------------------- # {xrst_begin example_remove.sh} # {xrst_comment_ch #} # # Undo example_install.sh # ####################### # # Syntax # ****** # | |tab| ``bin/example_remove.sh`` # # Purpose # ******* # This will remove any files that were installed by # :ref:`example_install.sh-name` . # This assumes that the values of # :ref:`run_cmake.sh@cmake_install_prefix` and # :ref:`run_cmake.sh@build_type` have not changed. # # Source # ****** # {xrst_literal # # BEGIN BASH # # END BASH # } # # {xrst_end example_remove.sh}