point.sh
#!/bin/sh
rm -f $2
ln -s $1 $2
echo "$2 => $1"
To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.
#!/bin/sh
rm -f $2
ln -s $1 $2
echo "$2 => $1"