42toolbox icon indicating copy to clipboard operation
42toolbox copied to clipboard

A bunch of scripts to make your life better at @42School

Results 3 42toolbox issues
Sort by recently updated
recently updated
newest added

Hello, I recently found an issue that the function delete doesn't work correctly - files are not deleted. https://github.com/alexandregv/42toolbox/blob/1e4375ac37516620ecb93cfcd75de715bc4086df/free_space.sh#L35 I think you should change it to as below. ``` rm...

https://github.com/alexandregv/42toolbox/blob/1e4375ac37516620ecb93cfcd75de715bc4086df/init_docker.sh#L32 I can't 'brew uninstall docker. Because i don't have root privileges. ```sh @@@ > type docker docker is hashed (/usr/local/bin/docker) @@@ > ls -al /usr/local/bin/docker lrwxr-xr-x 1 root wheel...