mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-11-18 02:50:42 +01:00
7 lines
81 B
Plaintext
7 lines
81 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
for i in $(seq 1 10)
|
||
|
|
do
|
||
|
|
echo v0.0.$i > ../../../alias/test$i
|
||
|
|
done
|