mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-21 07:42:55 +01:00
3 lines
113 B
Bash
3 lines
113 B
Bash
#!/bin/sh
|
|
#export AWT_TOOLKIT=MToolkit
|
|
exec java -Xms256M -Xmx512M -jar /usr/lib/webscarab.jar >/dev/null 2>&1 &
|