OSDN Git Service

[update] : Enhanced clean channel
[alterlinux/alterlinux.git] / clean.sh
1 #!/usr/bin/env bash
2
3 script_path="$(readlink -f ${0%/*})"
4
5 cd "${script_path}"
6 sudo make clean
7 sudo rm -f "${script_path}/system/mkalteriso"
8
9 cd - > /dev/null