13 lines
144 B
Bash
Executable file
13 lines
144 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd $1
|
|
cd constant
|
|
ln -s ../../$2/constant solid
|
|
cd ../system
|
|
ln -s ../../$2/system solid
|
|
cd ../0
|
|
ln -s ../../$2/0 solid
|
|
cd ../../
|
|
|
|
|
|
|