Compare commits
No commits in common. "master" and "20220728" have entirely different histories.
@ -3,7 +3,7 @@
|
|||||||
基于coreutils-9.1 mv源代码
|
基于coreutils-9.1 mv源代码
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
git clone https://git.aixiao.me/aixiao/rm_
|
git clone https://github.com/niuyuling/rm_.git
|
||||||
cd rm_
|
cd rm_
|
||||||
bash build.sh
|
bash build.sh
|
||||||
|
|
||||||
|
2
build.sh
2
build.sh
@ -64,7 +64,7 @@ build_mv()
|
|||||||
|
|
||||||
installbin_()
|
installbin_()
|
||||||
{
|
{
|
||||||
wget --no-check-certificate -O /bin/rm_ https://git.aixiao.me/attachments/aa26219b-868d-4eb4-a8e0-b1b04da7d964
|
wget -O /bin/rm_ https://git.aixiao.me/attachments/4899c404-5800-457a-8a26-4f6b8c35c3a4
|
||||||
chmod a+x /bin/rm_
|
chmod a+x /bin/rm_
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user