mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-21 08:24:10 +01:00
7466462628
infringement reasons.
7 lines
49 B
Bash
Executable File
7 lines
49 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -f $2
|
|
ln -s $1 $2
|
|
echo "$2 => $1"
|
|
|