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