mkdir build
cd build
cmake ..
sudo make install
Command | Function |
---|---|
pcd |
Print Current Directory |
mc |
mkdir "/some/path" and cd into it |
bench (numThreads) |
Do a CPU threads bench with specified n° of threads |
about |
Print Seash info |
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request