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


Jump to tag:

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

Filtered by Project Tags bash script shell

Refine results Project Tags linux (18) unix (6) windows (4) sh (4) python (3) development (2) utility (2) macosx (2) batch (2) command (2) administration (2) cron (1)

[29 total ]

2 Users
 

Color is a simple bash shell script that makes it easy to color and format echo'd text. It does this by converting combinations of readable arguments (bold, red, green, underline, etc.) into an ANSI ... [More] escape sequence that your terminal emulator or console understands. Usagecolor [ effect ] [ [ lt ] fgcolor ] [ bgcolor ] color list color [ -h | --help ] where: fgcolor and fgcolor are one of black, red, green, yellow, blue, magenta, cyan or white. effect can be any of [ nm | normal ], [ bd | bold ], [ ft | faint ], [ it | italic ], [ ul | underline ], [ bk | blink ], [ fb | fastblink ], [ rv | reverse ], [ iv | invisible ] Preceed the fgcolor with lt to use a light color -- the light or faint intensity effect is not commonly implemented within terminal emulators or consoles. [Less]
Created about 1 year ago.

1 Users
 

Cygwin Easy is an autorun disk that let you work easily and quickly with Cygwin environment in a Windows computer without install anything on your hard disk. Cygwin Easy requires Microsoft Windows 2000/XP/Vista/7 or next versions.
Created about 1 year ago.

1 Users
 

Colection of small tools, utilities and scripts to sysadmins, to GNU/Linux and any other stuff, like Google Gadgets, daylight saving time, VirtualBox firewalling and bash scripts.
Created about 1 year ago.

0 Users

This is an open source projected maintained by ONE person. This is a shell, much like Windows' Command Prompt/Batch/CMD, or many GNU/Linux based OS Bourne Again Shell (BASH). This is an attempt to ... [More] have the power of Bash with a familiar C-like syntax. Here's an example of what Vax Scripting would look like: ----START_CODE---- use Vax.WindowFunctions; function StartCode() { string[] names = GetOpenWindows(); if (names.Contains("vax")) { ShowMessage("Hey! You're looking at Vax!"); } }----END_CODE---- Source code is written in the C# programming language, and will require .NET Framework 2.0 to run. If you're running Mac OSX or any distribution of GNU/Linux, you will need The Mono Framework, which is a Unix port of .NET. VERSION CHANGELOG: 2.2B - Translated the source into MONO, which makes Vax completely cross platform! The project/source, as well as the visual studio source, will be in the downloads section. (I developed this completely on Debian Linux.) NOTE: Uses a command-line compiler interface because I'm still learning to work with GTK# (Mono port of GTK+) 2.2 - Added Text class into the library, which includes the printf function. Also included a collection class, which now includes Stacks, but currently you are only able to use "Push" and change the count of the stack. 2.0 - Greatly improved Shell stability, upgraded compiler adding 2 output types (DLL & EXE) Added ProcessModule class to the script library. 1.7 - Syntax Updated 1.6 - Added FileIO, Misc, Programs, Windows, String, Security classes to the Script Library. 1.2 - Coded Interpreter & Started Library 1.0 - Outline for a shell. [Less]
Created 3 months ago.

0 Users

Repository for various system administration scriptsScopeThis repository is intended to be platform and language agnostic, ie. scripts in any language for any target platform are accepted. ... [More] ContributionFeel free to join (if you don't mind the MIT license). Questions?Ask. [Less]
Created 11 months ago.

0 Users

Vous trouverez ici différents script shell bash d'usage courant... Ils n'ont pas pour vocations d'être publiés car ils ne sont pas testés en dehors de ma propre configuration. Cependant, vous ... [More] pouvez sans autres en user, masi à vos risques et périls ! Si vous avez envie de modifier le code et de l'archiver ici c'est possible, faite juste une demande de login par le groupe de discutions idoine : http://groups.google.com/group/scripts-bash [Less]
Created about 1 year ago.

0 Users

I'm trying this to see if it's better than converting all of my configuration and shell scripts to the .txt extension in order to upload and edit them in google docs. However, in doing, I think this ... [More] is a great way to backup my configs/scripts online, share them, and also get feed back from the scene. If I'm doing something wrong or if you have a suggestion, I'm more than happy to accept what you have to write. I'm not a guru, but I know what I know, and enjoy figuring out more. Getting the most out of these machines we've freed by giving M$ "the ol' heave ho" is great, but there's more to this than that. Scripting, configurations, innovations, efficiency, a sense of accomplishment -- personal accomplishment unique to my life: this is what true computing is, and using Linux you want to stockpile your accumulated goodies. I'm stockpiling them here. If you want to add some scripts and configurations to this project or even documentation, contact me. [Less]
Created about 1 year ago.

0 Users

Have you ever mis-remove/delete some files on linux? Do you want a command to recover the files you mis-removed? My answers are yes, yes. That's the reason I write this script. Hope you may find it ... [More] useful. to use it, you may add the following alias to your .bashrc or somewhere else: alias rm="PATH/safeRM" PATH is the real path that you place the safeRM script in! Then, when you remove files by executing "rm xxx", they are actully moved to a subdir located in "dustbin" (~/.dustbin/). And a log file is created in that dit for you to recover it. enjoy it. [Less]
Created about 1 year ago.

0 Users

由dahai.zh@gmail.com创建,包含在windows和linux下一些常用的脚本/工具,主要用于系统增强,自动部署,自动测试,开发辅助。
Created 7 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 about 1 year ago.