-
Install visual studio code and visual studio live share. https://visualstudio.microsoft.com/pl/services/live-share/
-
Make a folder for storing your interviewees work.
-
Copy the following script into a recruit.sh file in that folder, remember to
chmod +x
it:
cd candidates
mkdir "$1"
cp ../templates/*.$2 "$1"