carbon-config

config submodule of carbon-core-system
git clone https://ccx.te2000.cz/git/carbon-config
Log | Files | Refs

slashcommand.sh (138B)


      1 # prepend /command to $PATH if not already present
      2 case ":$PATH:" in
      3 	*:"/command":*)
      4 		;;
      5 	*)
      6 		PATH="/command${PATH:+:$PATH}"
      7 		;;
      8 esac