Skip to content
/ mashup Public

Merely Another Shell Utility Project

License

BSD-3-Clause, GPL-3.0 licenses found

Licenses found

BSD-3-Clause
LICENSE
GPL-3.0
LICENSE.gpl3
Notifications You must be signed in to change notification settings

jzbor/mashup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Table of Contents

Merely Another Shell Utility Project

Guidelines:

  • There should be no dependencies other than linux-utils and coreutils unless strictly necessary
    • An exception is the shell itself
    • Wrappers are excluded from this
    • Check dependencies with check_dependencies or check_optional_dependencies
  • All tools should be distro or even OS independent
    • distro specific tools are excluded from this
  • The usage of coreutils should stick to POSIX definitions of their interfaces
  • POSIX shell is preferred
  • Shebang:
    • #!/bin/sh for POSIX shell scripts
    • #!/bin/bash for Bash scripts

Resources

Credits

LICENSING

About

Merely Another Shell Utility Project

Resources

License

BSD-3-Clause, GPL-3.0 licenses found

Licenses found

BSD-3-Clause
LICENSE
GPL-3.0
LICENSE.gpl3

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published