This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
ctf-tools
Watch
2
Star
0
Fork
You've already forked ctf-tools
0
mirror of
https://github.com/zardus/ctf-tools
synced
2024-11-13 01:17:05 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
80f422f593
ctf-tools
/
crosstool
/
uninstall
5 lines
77 B
Text
Raw
Normal View
History
Unescape
Escape
fail hard on any error + verify that all scripts use bash -ex to fail early on any error + anticipate that some tools can't be installed by now, but we still want the test to return success to satisfy travis-ci
2017-02-16 21:40:17 +00:00
#!/bin/bash -ex
chmod things before removing them
2015-05-11 04:16:19 +00:00
only chmod if needed
2015-05-15 01:29:18 +00:00
[ -e x-tools ] && chmod -R u+w x-tools
Update uninstall
2015-05-15 01:44:22 +00:00
rm -rf crosstools-ng
Reference in a new issue
Copy permalink