html krill-shell-based-project-management

krill-shell-based-project-management

This is a shell-based project management system for the most discerning krill.

Use our expert system of shell scripts and functions to manage your project.

krill-shell-functions

			// Function to loop through an array of files
			for i in {1..10}
				echo "File $i"
			done
		

krill-loop-functions

			// Function to loop through a list of krill friends
			for friend in {krill1, krill2, krill3}
				echo "Hello, $friend!"
			done