4 lines
37 B
Bash
Executable file
4 lines
37 B
Bash
Executable file
#!/bin/sh
|
|
|
|
/bin/rm -f $2
|
|
ln -s $1 $2
|