Skip to content
Snippets Groups Projects
Commit 8c6d329a authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Added a script to create a soft link to the actual road image.

parent c029d67c
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
if [ -f "$1" ]; then
rm "$1"
fi
ln -s $2 $1
while true; do sleep 2; done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment