Skip to content
/ steps Public

A simple helper tool for scripting tutorials / install processes

Notifications You must be signed in to change notification settings

deb0ch/steps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps

Steps will help you script long install processes in a way that is as controllable as if you were executing each individual command by hand.

For instance, when you follow a tutorial on how to setup a complex dev environment you end up following multiple steps and writing a bunch of commands. Now you can script that. Steps will log the commands ouput to a file giving each one a step number, allowing you to resume to a specific step when an error arise, even if it crashed your entire system.

Invoke ./steps for further usage instructions.

Existing scripts

For instance, to install Emacs from source on Ubuntu 18.04:

./steps Ubuntu-a8.04/emacs.steps.sh

About

A simple helper tool for scripting tutorials / install processes

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages