Blame Manuals/TCAR-UG/Docbook/Scripts/Bash/prepare.docbook

e68d9f
<sect1 id="scripts-bash-prepare">
e68d9f
    <title>The <function>prepare</function> functionality</title>
eebdc3
eebdc3
    <para>
eebdc3
        Assuming this is the very first time you run the
eebdc3
        <command>centos-art.sh</command> script, you'll find that
eebdc3
        it isn't found in your workstation.  This is correct because
eebdc3
        you haven't create the command-line interface symbolic link
eebdc3
        that make it available in the execution path. In order to make
eebdc3
        the <command>centos-art.sh</command> command-line
eebdc3
        available in the execution path of your workstation, you need
eebdc3
        to run it using its absolute path first:
eebdc3
    </para>
eebdc3
eebdc3
    <screen>~/artwork/trunk/Scripts/centos-art.sh prepare [OPTIONS]</screen>
eebdc3
eebdc3
    <para>
eebdc3
        Later, once the <command>centos-art.sh</command> script is
eebdc3
        available in the execution path of your system, there is no
eebdc3
        need for you to use the absolute path again.  From this time
eebdc3
        on, you can use the <command>centos-art</command> command-line
eebdc3
        interface directly, as the following example describes:
eebdc3
    </para>
eebdc3
eebdc3
    <screen>centos-art prepare [OPTIONS]</screen>
eebdc3
eebdc3
    <para>
eebdc3
        Notice that you can execute the prepare functionality more
eebdc3
        than once. This is specially useful to keep the link
eebdc3
        information syncronized. For example, considering you've added
eebdc3
        new brushes to or removed old brushes from your working copy
eebdc3
        of &TCAR;, the link information related to those files need to
eebdc3
        be updated in the 
eebdc3
        class="directory">~/.gimp-2.2/brushes</filename> directory
eebdc3
        too, in a way the addition/deletion change that took place in
eebdc3
        your working copy can be reflected there, as well.  The same
eebdc3
        is true for other similar components like fonts, patterns and
eebdc3
        palettes.
eebdc3
    </para>
e68d9f
</sect1>