Files
Tooloop-Packages/processing-example/package/assets/presentation/stop-presentation.sh
T

6 lines
32 B
Bash

#!/bin/bash
pkill java
exit 0