logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DebAux::Util - utility functions for scripts of the debaux suite

Author

       Stefan Hornburg (Racke) <racke@linuxia.de>

Description

       This modules provides utility functions for scripts of the debaux suite.

Functions

       mkdir directory
           Creates directory and any missing parent directories.

       remove directory
           Removes recursively directory in the way rm-rf would do.

       architecture
           Returns current architecture.

License

       DebAux::Util  comes  with  ABSOLUTELY  NO  WARRANTY.  This  is  free  software,  and  you  are welcome to
       redistribute and modify it under the terms of the GNU General Public License.

Name

       DebAux::Util - utility functions for scripts of the debaux suite

Synopsis

         use DebAux::Util;

         DebAux::Util::mkdir ('/path/to/a/directory');
         DebAux::Util::remove ('/path/to/a/directory');

         DebAux::Util::architecture ();

See Also