Timeline for Creating a shell script version of terminal commands
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 11, 2020 at 8:30 | comment | added | AdminBee | If you are interested in learning more, consider GreyCat&Lhunath's Bash Guide. | |
| Sep 29, 2020 at 19:09 | history | edited | Kusalananda♦ |
edited tags
|
|
| Sep 27, 2020 at 22:26 | comment | added | 0x0584 |
Put #!/bin/sh atop the file, and apply chmod +x file.sh to make it executable.Call it like ~$ ./file.sh.
|
|
| Sep 27, 2020 at 18:57 | answer | added | Roman Riabenko | timeline score: 7 | |
| Sep 27, 2020 at 18:55 | comment | added | user10649856 | I need to pass it to the script | |
| Sep 27, 2020 at 18:50 | answer | added | mtk | timeline score: 3 | |
| Sep 27, 2020 at 18:45 | comment | added | Roman Riabenko | Is the URL predetermined or you need to pass it to the script? | |
| Sep 27, 2020 at 18:45 | review | First posts | |||
| Sep 27, 2020 at 22:26 | |||||
| Sep 27, 2020 at 18:41 | history | asked | user10649856 | CC BY-SA 4.0 |