mirror of
https://codeberg.org/JasterV/spazio-solazzo.git
synced 2026-04-26 18:20:03 +00:00
5 lines
106 B
Bash
Executable file
5 lines
106 B
Bash
Executable file
#!/bin/sh
|
|
set -eu
|
|
|
|
cd -P -- "$(dirname -- "$0")"
|
|
exec ./spazio_solazzo eval SpazioSolazzo.Release.migrate
|