You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
244 B
14 lines
244 B
![]()
11 years ago
|
#!/bin/sh
|
||
|
|
||
|
for i in $(seq 1 10)
|
||
|
do
|
||
![]()
10 years ago
|
rm -f "../../../alias/test-stable-$i"
|
||
![]()
11 years ago
|
rm -rf "../../../v0.0.$i"
|
||
![]()
10 years ago
|
rm -f "../../../alias/test-unstable-$i"
|
||
|
rm -rf "../../../v0.1.$i"
|
||
![]()
11 years ago
|
done
|
||
|
|
||
![]()
11 years ago
|
rm -f "../../../alias/stable"
|
||
|
rm -f "../../../alias/unstable"
|
||
|
|