mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
6 lines
213 B
Bash
Executable File
6 lines
213 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Set PATH variable to cmds/ directory on UNIX shell-compatible systems
|
|
# Run this script with "source" in order for the PATH variable to take effect
|
|
export PATH=$(dirname $(readlink -f $0))/cmds:$PATH
|