3 lines
85 B
Plaintext
3 lines
85 B
Plaintext
|
#!/bin/sh
|
||
|
cd -P -- "$(dirname -- "$0")"
|
||
|
exec ./aggiedit eval Aggiedit.Release.migrate
|