About | Features | Usage | Reference | Author
A Bash script is a plain text file which contains a series of commands. These commands are a mixture of commands we would normally type ouselves on the command line (such as ls or cp for example) and commands we could type on the command line but generally wouldn't. An important point to remember though is:
Anything you can run normally on the command line can be put into a script and it will do exactly the same thing. Similarly, anything you can put into a script can also be run normally on the command line and it will do exactly the same thing.
- Unix logic
- Bash scripting
- Colored errors and outputs 📚
- No relink 🙅♂️
- Easy to configure and customize 🔨
- 42's Makefile norm ✨
- Makefile for 42cursus projects 📝
- Included minilibx and readline installation 📎
Execute:
bash -c 'bash <(curl -s https://raw.githubusercontent.com/aabduvak/42make/master/launch.sh)'