cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
8 lines
76 B
Bash
Executable File
8 lines
76 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Exit if something fails
|
|
set -e
|
|
|
|
cd build
|
|
sudo make uninstall
|