RosettaCodeData/.rc

7 lines
144 B
Plaintext

# shellcheck shell=bash disable=2086
RCD_ROOT=$(cd "$(dirname "${BASH_SOURCE[0]:-$0}")" && pwd)
PATH=$RCD_ROOT/bin:$PATH
export PATH RCD_ROOT