mirror of
https://github.com/QSCTech/zjunet.git
synced 2026-01-22 03:34:48 +08:00
8 lines
112 B
Bash
Executable File
8 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
|
|
PREFIX=/usr/local
|
|
|
|
rm -rIv $PREFIX/lib/zjunet
|
|
rm -iv $PREFIX/bin/zjunet
|
|
rm -riv $PREFIX/share/zjunet
|