Projects tagged ‘bash’, ‘sh’, and ‘shell’


Jump to tag:

Projects tagged ‘bash’, ‘sh’, and ‘shell’

Filtered by Project Tags bash sh shell

Refine results Project Tags linux (6) unix (6) script (4) ksh (2) dash (2) command-line (2) pdksh (2) scripting (2) zsh (2) marco (1) programmable (1) language (1)

[9 total ]

1 Users

BILL - The Bash Improved Leveraging Library Bill strives to be a solution for developing applications which can be run on platforms with limited resources (e.g. embedded systems) on top of the GNU ... [More] Bash shell, with a focus on quality and reusability of shell code. It does so by providing module system with its standard library, which you can leverage in your own scripts, both by using existing modules and splitting your program in reusable components. Additionally, tools for documenting and testing modules, and serving web applications are provided as part of the package. [Less]
Created about 1 year ago.

0 Users

Shell Flags (shFlags) is a library written to greatly simplify the handling of command-line flags in Bourne based Unix shell scripts (bash, dash, ksh, sh, zsh) on many Unix OSes (Linux, Solaris, Mac ... [More] OS X, etc.). Most shell scripts use getopt for flags processing, but the different versions of getopt on various OSes make writing portable shell scripts difficult. shFlags instead provides an API that doesn't change across shell and OS versions so the script writer can be confident that the script will work. shFlags is a port of the google-gflags C++/Python library. [Less]
Created 12 months ago.

0 Users

es is an advanced UNIX shell that supports functional programming language concepts such as first class functions, lists, get/set variable triggers and general symbolic manipulation and concatenation. ... [More] Based on the syntax of the 'rc' shell from Plan9. [Less]
Created 12 months ago.

0 Users

Escrito em shell script, o shellmb tem o objetivo de ser uma ferramenta para uma administração simples de um domínio com SAMBA que utilize tdbsam como backend. Ele foi criado para atender as ... [More] necessidades de um grupo de usuários sem familiaridade com sistemas BSD/Linux, mas que precisam administrar usuários dentro do domínio. Este software é fornecido sem nenhuma garantia, para maiores informações consulte a licença. [Less]
Created 4 months ago.

0 Users

A fork of the s3-bash project, adding features like creating and removing buckets, and improving the interface a little. The original s3-bash code is licensed under the Apache License 2.0. This ... [More] code simply adds a better interface with more functions on top of it, and that interface is licensed under MIT license. [Less]
Created 12 months ago.

0 Users

My O.S. Repository for scripts (Unix, Windows, etc). These scripts are distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY ... [More] or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. [Less]
Created 12 months ago.

0 Users

Slax-Get is a package management solution for Slax Live Linux.
Created 12 months ago.

0 Users

shUnit2 is a xUnit unit test framework for Bourne based shell scripts, and it is designed to work in a similar manner to JUnit, PyUnit, etc. If you have ever had the desire to write a unit test for a shell script, shUnit2 can do the job.
Created 12 months ago.

0 Users

exec-wrapper is a simple tool that creates setuid-wrappers for scripts and other executables. It can be used to allow users to run scripts with temporarily elevated privileges. Just set setuid-bit on ... [More] script does not work, because OS isn’t run script itself, but it run an interpreter, which isn’t setuid. Exec-wrapper creates small genuine executable (not script) with setuid or setgid bit that simply executes target script. exec-wrapper also can be used if you want to transparently run programs with elevated priveleges but without using tools like su(1) or sudo(8) and without changing file mode bits on system executables. For usage details see man 8 exec-wrapper. // Sorry for my terrible english. [Less]
Created 4 months ago.