RosettaCodeData/.rc

7 lines
144 B
Text
Raw Permalink Normal View History

2023-06-28 13:59:20 -04:00
# shellcheck shell=bash disable=2086
RCD_ROOT=$(cd "$(dirname "${BASH_SOURCE[0]:-$0}")" && pwd)
PATH=$RCD_ROOT/bin:$PATH
export PATH RCD_ROOT