7 lines
222 B
Bash
Executable File
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 |