3 lines
86 B
Bash
Executable file
3 lines
86 B
Bash
Executable file
#!/bin/sh
|
|
cd -P -- "$(dirname -- "$0")"
|
|
exec ./shift73k eval Shift73k.Release.migrate
|