3 lines
145 B
Bash
Executable file
3 lines
145 B
Bash
Executable file
#!/usr/bin/env bash
|
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
$SCRIPT_DIR/on-modify-allow-shorthands.rb $@
|