Difference between revisions of "Desktop scripting/sh"
Jump to navigation
Jump to search
(Created page with "==SH scripting!=== (available on linux, unix, unix-like, FreeBSD, etc)") |
|||
Line 1: | Line 1: | ||
− | ==SH scripting! | + | ==SH scripting!== |
(available on linux, unix, unix-like, FreeBSD, etc) | (available on linux, unix, unix-like, FreeBSD, etc) | ||
+ | |||
+ | With an SH script, almost anything you can in the terminal can be written in advance, and played back at your leisure. | ||
+ | |||
+ | |||
+ | ===Setting up an SH script=== | ||
+ | |||
+ | |||
+ | |||
+ | ===Using an SH script=== |
Revision as of 15:57, 2 September 2020
SH scripting!
(available on linux, unix, unix-like, FreeBSD, etc)
With an SH script, almost anything you can in the terminal can be written in advance, and played back at your leisure.