Files
sf-op/docker/wb.sh
2021-08-17 14:06:14 +02:00

7 lines
222 B
Bash
Executable File

#!/bin/bash
wget -O ./pshell-1.7.0-fat.jar http://artifacts.psi.ch/artifactory/releases/ch/psi/pshell/1.7.0/pshell-1.7.0-fat.jar --no-check-certificate
java -jar ./pshell-1.7.0-fat.jar -o -dlaf
rm ./pshell-1.7.0-fat.jar