mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
9 lines
103 B
Bash
Executable File
9 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
|
|
for i in $(seq 1 10)
|
|
do
|
|
rm -f "../../../alias/test$i"
|
|
rm -rf "../../../v0.0.$i"
|
|
done
|
|
|