8 lines
No EOL
126 B
Bash
Executable file
8 lines
No EOL
126 B
Bash
Executable file
#!/bin/bash
|
|
#
|
|
|
|
local version=$1
|
|
|
|
rm .game || true
|
|
dlvs $version || true
|
|
ln -sv "~/.local/share/vintagestory_${version}" .game |