Autodesk-Fusion-360-for-Linux
Autodesk-Fusion-360-for-Linux copied to clipboard
QA: Avoid the use of `#!/bin/bash` over `#!/usr/bin/env bash`
/bin/bash
is dependent on FHS-3.0 whereas /usr/bin/env bash
is utilizing the environment and is not depedent on hard-written paths.
In practice systems that are not FHS-3.0 compliant will fail to run the script.