dotfiles/scripts/fake-toolchain/Unix/true
2016-09-10 20:35:42 +02:00

5 lines
116 B
Bash
Executable File

#!/bin/sh
# This script is needed because /bin/true does not exist on non-FHS-compliant distros. e.g. NixOS
exit 0